aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 568fba976..b2d0136ac 100644
--- a/README.rst
+++ b/README.rst
@@ -212,12 +212,16 @@ Building PySide distribution
Installing PySide distribution
------------------------------
-#. After the successful build, install the distribution with easy_install
- and run the post-install script:
+#. After the successful build, install the distribution with easy_install:
::
$ sudo easy_install-2.7 dist/PySide-1.2.1-py2.7.egg
+
+#. Run the post-install script to finish the package configuration:
+
+ ::
+
$ sudo python2.7 pyside_postinstall.py -install
PySide Setup Script command line options