aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2014-05-02 05:57:27 +0200
committerChristian Tismer <tismer@stackless.com>2014-05-02 05:57:27 +0200
commit5d1107f8d67744d2b5fd4aeb39680f616187e241 (patch)
tree7f8564f1585883a2d718db66f2bd8d1ff842ee53 /README.rst
parentc824cf22e94e0722a5579e1e9b1e8e0cc4d3249b (diff)
Small corrections / enhancements
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 9fdfe21a9..6c636256c 100644
--- a/README.rst
+++ b/README.rst
@@ -341,8 +341,7 @@ If you are considering to build for externals, see the section ``About PySide Di
You can then use this last-resort work-around (tested):
::
-
- $ wget https://bitbucket.org/pypa/setuptools/raw/bootstrap-py24/ez_setup.py'
+ $ wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py
$ sudo python2.7 ez_setup.py
$ sudo easy_install pip
$ sudo pip install setuptools -U
@@ -500,6 +499,7 @@ Mac OS X: Installing PySide distribution into ``virtual`` Python environment
::
(env) $ deactivate
+ $
Building PySide on a Linux System (Ubuntu 12.04 - 14.04)