README: Drop python2 references
Python2 support was dropped recently, remove references informing how to install python2 modules (operation would fail). Change-Id: Iffe403377afe9534dbd61d65bfd52e479e125e68changes/12/22112/1
parent
be7fcf5f28
commit
b0c18591b0
2
README
2
README
|
@ -1,6 +1,5 @@
|
|||
Building/installation:
|
||||
|
||||
sudo python setup.py install
|
||||
sudo python3 setup.py install
|
||||
|
||||
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
|
||||
|
||||
pip install --user -e ./
|
||||
pip3 install --user -e ./
|
||||
|
||||
depending on your python version.
|
||||
|
|
Loading…
Reference in New Issue