aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChristian Tismer <ctismer@gmail.com>2015-06-20 16:41:54 +0200
committerChristian Tismer <ctismer@gmail.com>2015-06-20 16:51:49 +0200
commit1f7743fd21763466c0a3d1db9962bdbd04f258b8 (patch)
treec078542aa60c75f9832fd8e848b3b6780d39c824 /docs
parent1dd7855f3c55c8d757341dd1a4b4158e5a6553ba (diff)
Remove the need to use the post-install script on Mac OS platform and update the docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/building/linux.rst12
-rw-r--r--docs/building/macosx.rst13
-rw-r--r--docs/installing/macosx.rst6
3 files changed, 1 insertions, 30 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
diff --git a/docs/building/macosx.rst b/docs/building/macosx.rst
index e6ac00423..807b47b32 100644
--- a/docs/building/macosx.rst
+++ b/docs/building/macosx.rst
@@ -12,6 +12,7 @@ The supported Mac OS X versions created by `Apple <http://www.apple.com/>`_ are
- OS X 10.7 *Lion*
- OS X 10.8 *Mountain Lion*
- OS X 10.9 *Mavericks*
+- OS X 10.10 *Yosemite*
Mac OS X is a proprietary UNIX flavor of BSD Unix and only partially similar to
Linux. Therefore, the usual packages from Linux distributions cannot be used
@@ -226,12 +227,6 @@ Installing PySide distribution
$ 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
------------------------------------------------------------------
@@ -260,12 +255,6 @@ Installing PySide distribution into ``virtual`` Python environment
(env) $ pip install ../dist/PySide-1.2.2-cp27-none-linux-x86_64.whl
-#. Run the post-install script to finish the package configuration:
-
- ::
-
- (env) $ pyside_postinstall.py -install
-
#. Leave the virtual environment (optional):
::
diff --git a/docs/installing/macosx.rst b/docs/installing/macosx.rst
index 4e44e995f..214d52f9b 100644
--- a/docs/installing/macosx.rst
+++ b/docs/installing/macosx.rst
@@ -30,9 +30,3 @@ To install PySide on Mac OS X you can choose from the following options:
$ pip install -U PySide
-
-After the installation, the following call must be made manually:
-
-::
-
- $ pyside_postinstall.py -install