Unverified Commit d754a0cb by Fengqing Jiang Committed by GitHub

[fix] fix python env issue in install (#619)

parent cb943be5
...@@ -80,7 +80,7 @@ To manage environment, we recommend using conda: ...@@ -80,7 +80,7 @@ To manage environment, we recommend using conda:
.. code:: bash .. code:: bash
conda create -n verl python==3.9 conda create -n verl python==3.10
conda activate verl conda activate verl
For installing the latest version of verl, the best way is to clone and For installing the latest version of verl, the best way is to clone and
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment