mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-06-15 06:27:24 +08:00
Merge pull request #417 from LorisGaven/patch-2
Update hands-on.mdx python version
This commit is contained in:
@@ -57,7 +57,7 @@ We're constantly trying to improve our tutorials, so **if you find some issues
|
||||
|
||||
We advise you to use [conda](https://docs.conda.io/en/latest/) as a package manager and create a new environment.
|
||||
|
||||
With conda, we create a new environment called rl with **Python 3.9**:
|
||||
With conda, we create a new environment called rl with **Python 3.10.12**:
|
||||
|
||||
```bash
|
||||
conda create --name rl python=3.10.12
|
||||
|
||||
Reference in New Issue
Block a user