Closed blegat closed 11 years ago
It should be explicitly stated in the README that Python 2 is required and not Python 3. For example, on Arch Linux (where python means Python 3 python2 means Python 2), it is
python
python2
sudo python2 setup.py install
and not
sudo python setup.py install
This has now been updated. Thank you.
It should be explicitly stated in the README that Python 2 is required and not Python 3. For example, on Arch Linux (where
python
means Python 3python2
means Python 2), it isand not