Skip to content

Commit

Permalink
py3.10 -> py3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
krasheninnikov committed Oct 16, 2023
1 parent 980e7a5 commit 25226c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 25226c5

Please sign in to comment.