aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 0bff1c911..9fdfe21a9 100644
--- a/README.rst
+++ b/README.rst
@@ -432,11 +432,12 @@ Mac OS X: Building PySide distribution from git repository
$ python2.7 setup.py bdist_wheel --version=1.2.2
-#. Optionally you can build standalone version of distribution with embedded Qt libs:
-
- ::
-
- $ python2.7 setup.py bdist_wheel --version=1.2.2 --standalone
+ .. commented out, working on this
+ #. Optionally you can build standalone version of distribution with embedded Qt libs:
+
+ ::
+
+ $ python2.7 setup.py bdist_wheel --version=1.2.2 --standalone
#. To build the development version of ``PySide`` distribution, ignore the --version parameter: