README: Drop python2 references

Python2 support was dropped recently, remove references informing how to
install python2 modules (operation would fail).

Change-Id: Iffe403377afe9534dbd61d65bfd52e479e125e68
This commit is contained in:
Pau Espin 2021-01-12 18:04:13 +01:00
parent be7fcf5f28
commit b0c18591b0
1 changed files with 0 additions and 2 deletions

2
README
View File

@ -1,6 +1,5 @@
Building/installation: Building/installation:
sudo python setup.py install
sudo python3 setup.py install sudo python3 setup.py install
If you prefer to have it cleanly removable, install checkinstall and run If you prefer to have it cleanly removable, install checkinstall and run
@ -9,7 +8,6 @@ If you prefer to have it cleanly removable, install checkinstall and run
Alternatively, just run Alternatively, just run
pip install --user -e ./
pip3 install --user -e ./ pip3 install --user -e ./
depending on your python version. depending on your python version.