Skip to content

Commit

Permalink
README: note about keeping python tools uptodate
Browse files Browse the repository at this point in the history
older versions of pip/setuptools/wheel didnt get
binary packages on python 3.7 on linux (#13)
  • Loading branch information
nzjrs committed Dec 17, 2020
1 parent 8463881 commit c970221
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ need to use conda specific commands to create and activate the conda environment
`"C:\Users\XXX\AppData\Local\Programs\Python\Python37\python.exe"`
* 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`
* install dependencies
`python -m pip install -r requirements.txt`
* Install flyvr
Expand Down

0 comments on commit c970221

Please sign in to comment.