Add comment to install.sh.

This commit is contained in:
Richard Kiss
2020-03-26 19:50:34 -07:00
parent 180a9817e8
commit 197eabacda
+1
View File
@@ -8,6 +8,7 @@ fi
python3 -m venv .venv
. .venv/bin/activate
# pip 20.x+ supports Linux binary wheels
pip install --upgrade pip
pip install wheel
pip install -e .