Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerv authored Dec 15, 2023
1 parent ad214d7 commit 1ae2004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This also installs all necessary dependencies.
Make an environment with anaconda and open it:

```
conda create --name YOUR_ENV_NAME python==3.8 pip
conda create --name YOUR_ENV_NAME python=3.8 pip
source activate YOUR_ENV_NAME
```
Run pip in the folder where `setup.py` is located:
Expand Down

0 comments on commit 1ae2004

Please sign in to comment.