From c9702217e46b9ae15f22fdbcc4907a807b89570d Mon Sep 17 00:00:00 2001 From: John Stowers Date: Thu, 17 Dec 2020 19:14:38 +0100 Subject: [PATCH] README: note about keeping python tools uptodate older versions of pip/setuptools/wheel didnt get binary packages on python 3.7 on linux (#13) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c222f2c1..8cc2c0a9 100644 --- a/README.md +++ b/README.md @@ -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