Skip to content

Commit

Permalink
README: fix install - setuptools >= 58 removed 2to3
Browse files Browse the repository at this point in the history
  • Loading branch information
nzjrs committed Sep 23, 2021
1 parent c1ab3c9 commit 5dac72a
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 @@ -181,7 +181,7 @@ need to use conda specific commands to create and activate the conda environment
* Activate the virtual environment
`venv\Scrips\activate.bat`
* ensure python packaging and built utilities are up to date
`python -m pip install -U pip setuptools wheel`
`python -m pip install -U pip 'setuptools<58' wheel`
* install dependencies
`python -m pip install -r requirements.txt`
* Install flyvr
Expand Down

0 comments on commit 5dac72a

Please sign in to comment.