1
0

readme: use 'python3 -m pip install' to install

This commit is contained in:
SomberNight
2018-10-12 17:02:38 +02:00
parent 372921b423
commit ab441a507a
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ if [ -e ./env/bin/activate ]; then
else
virtualenv env -p `which python3`
source ./env/bin/activate
python3 setup.py install
python3 -m pip install .[fast]
fi
export PYTHONPATH="/usr/local/lib/python${PYTHON_VER}/site-packages:$PYTHONPATH"