From 25226c50b082fa3e2b7cecaa8c16261f706686b6 Mon Sep 17 00:00:00 2001 From: Dmitrii Krasheninnikov Date: Mon, 16 Oct 2023 11:21:28 +0100 Subject: [PATCH] py3.10 -> py3.11 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e204a1..db650b8 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,10 @@ cd internalization ### 2. Configure your Python environment -- **Step 1**: Create a new Conda environment. Replace "internalization" with the name you prefer for your environment, and "3.10" with the desired Python version: +- **Step 1**: Create a new Conda environment. Replace "internalization" with the name you prefer for your environment, and "3.11" with the desired Python version: ```bash - conda create --name internalization python=3.10 + conda create --name internalization python=3.11 ``` - **Step 2**: Activate your Conda environment: