Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inoejj authored Nov 26, 2023
1 parent 0bf80cd commit 4623d36
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ simba
```
python -m venv venv
```
or
or (to make sure your virtuall environment is python 3.6 if you have multiple python versions in your machine)
```
py -3.6 -m venv venv
```
Expand All @@ -55,11 +55,7 @@ pip install setuptools
```
pip install simba-uw-tf-dev
```
or if you have different versions of python in your machine, make sure to use python 3.6

```
py -3.6 -m pip install simba-uw-tf-dev
```
5. Fix some package version
```
pip3 uninstall pyparsing
Expand Down

0 comments on commit 4623d36

Please sign in to comment.