mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-04-02 02:00:15 +08:00
#410: Update python version for environment
This commit is contained in:
@@ -60,7 +60,7 @@ We advise you to use [conda](https://docs.conda.io/en/latest/) as a package mana
|
||||
With conda, we create a new environment called rl with **Python 3.9**:
|
||||
|
||||
```bash
|
||||
conda create --name rl python=3.9
|
||||
conda create --name rl python=3.10.12
|
||||
conda activate rl
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user