aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing/macosx.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/installing/macosx.rst')
-rw-r--r--docs/installing/macosx.rst32
1 files changed, 0 insertions, 32 deletions
diff --git a/docs/installing/macosx.rst b/docs/installing/macosx.rst
deleted file mode 100644
index 214d52f9b..000000000
--- a/docs/installing/macosx.rst
+++ /dev/null
@@ -1,32 +0,0 @@
-.. _installing_macosx:
-
-Installing PySide on a Mac OS X System
-======================================
-
-Installing prerequisites
-------------------------
-
-Install latest ``pip`` distribution: download `get-pip.py
-<https://bootstrap.pypa.io/get-pip.py>`_ and run it using
-the ``python`` interpreter.
-
-You need to install or build Qt 4.8 first, see the `Qt Project Documentation
-<http://qt-project.org/doc/qt-4.8/install-mac.html>`_.
-
-Alternatively you can use `Homebrew <http://brew.sh/>`_ and install Qt with
-
-::
-
- $ brew install qt
-
-Installing PySide
------------------
-
-To install PySide on Mac OS X you can choose from the following options:
-
-#. Use pip to install the ``wheel`` binary packages:
-
- ::
-
- $ pip install -U PySide
-