aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorRoman Lacko <backup.rlacko@gmail.com>2013-04-23 08:57:08 +0200
committerRoman Lacko <backup.rlacko@gmail.com>2013-04-23 08:57:08 +0200
commit784391a7302ce0976defa29f42f2172cb1c108be (patch)
treefc79e66ff29133996c4799c7bf4c27d403a50095 /README.rst
parentf68ce54f9ef3d6271894c37495752145cc6da171 (diff)
Update README
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index b399a811d..41dfc070d 100644
--- a/README.rst
+++ b/README.rst
@@ -131,7 +131,7 @@ Installing prerequisities
::
- $ sudo python distribute_setup.py
+ $ sudo python2.7 distribute_setup.py
Building PySide distribution
----------------------------
@@ -152,21 +152,21 @@ Building PySide distribution
::
- $ python setup.py bdist_egg
+ $ python2.7 setup.py bdist_egg
#. Optionally you can build standalone version of distribution with embedded Qt libs:
::
- $ python setup.py bdist_egg --standalone
+ $ python2.7 setup.py bdist_egg --standalone
#. After the successful build, install the distribution with easy_install
and run the post-install script:
::
- $ sudo easy_install dist/PySide-1.1.2.egg
- $ sudo python pyside_postinstall.py -install
+ $ sudo easy_install-2.7 dist/PySide-1.1.2.egg
+ $ sudo python2.7 pyside_postinstall.py -install
Feedback and getting involved
=============================