From 1f7743fd21763466c0a3d1db9962bdbd04f258b8 Mon Sep 17 00:00:00 2001 From: Christian Tismer Date: Sat, 20 Jun 2015 16:41:54 +0200 Subject: Remove the need to use the post-install script on Mac OS platform and update the docs. --- docs/building/macosx.rst | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'docs/building/macosx.rst') 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 `_ 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): :: -- cgit v1.2.3