diff options
author | Kali Kaneko <kali@leap.se> | 2013-09-16 16:46:21 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-09-16 16:46:21 -0400 |
commit | 17acf80585c62fddde4ed8359da673b00606ddbe (patch) | |
tree | 2741d1181662cc1048361d616416feb50de835da /README.rst | |
parent | 1cd4ecf0764ddf34de5e0b018edcab331d1ac5df (diff) |
explicitely invoke python2
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,7 +47,7 @@ Installing After getting the source and installing all the dependencies, proceed to install ``bitmask`` package:: $ make - $ sudo python setup.py install + $ sudo python2 setup.py install Running ------- @@ -94,7 +94,7 @@ Symlink your global pyside libraries:: And make your working tree available to your pythonpath:: - (bitmask)$ python setup.py develop + (bitmask)$ python2 setup.py develop Run Bitmask:: |