From fa267c88a8a6166dcd7ce6ae2a503f345d5e827c Mon Sep 17 00:00:00 2001 From: Slava Date: Wed, 25 Oct 2023 19:26:24 +0100 Subject: [PATCH] #410: Update python version for environment --- units/en/unit7/hands-on.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/en/unit7/hands-on.mdx b/units/en/unit7/hands-on.mdx index 51bd1d7..8d8118d 100644 --- a/units/en/unit7/hands-on.mdx +++ b/units/en/unit7/hands-on.mdx @@ -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 ```