aboutsummaryrefslogtreecommitdiffstats
path: root/docs/building/linux.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/building/linux.rst')
-rw-r--r--docs/building/linux.rst12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/building/linux.rst b/docs/building/linux.rst
index 283579507..84166c244 100644
--- a/docs/building/linux.rst
+++ b/docs/building/linux.rst
@@ -109,12 +109,6 @@ Installing PySide distribution
PySide-1.2.2-cp27-none-linux-x86_64.whl
$ sudo pip2.7 install dist/PySide-1.2.2-cp27-none-linux-x86_64.whl
-#. Run the post-install script to finish the package configuration:
-
- ::
-
- $ sudo python2.7 pyside_postinstall.py -install
-
Installing PySide distribution into ``virtual`` Python environment
------------------------------------------------------------------
@@ -142,9 +136,3 @@ Installing PySide distribution into ``virtual`` Python environment
::
$ bin/pip2.7 install ../dist/PySide-1.2.2-cp27-none-linux-x86_64.whl
-
-#. Run the post-install script to finish the package configuration:
-
- ::
-
- $ bin/python bin/pyside_postinstall.py -install