Use upgrade force-reinstall for setuptools for #564 (#566)

pull/576/head
Luna Nova 2 years ago committed by GitHub
parent 83cc610e9d
commit be33bbd837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ sudo apt-get install -y gettext python3-evdev python3-pydbus python3-pydantic
# ensure pip and setuptools/wheel up to date so can install all pip modules
python -m pip install --upgrade pip
pip install wheel setuptools
python -m pip install --upgrade --force-reinstall wheel setuptools
# install test deps which aren't in setup.py
pip install psutil
python -m pip install psutil

Loading…
Cancel
Save