aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2014-05-01 19:31:36 +0200
committerChristian Tismer <tismer@stackless.com>2014-05-01 19:38:29 +0200
commitc824cf22e94e0722a5579e1e9b1e8e0cc4d3249b (patch)
tree3c8c9408240d9b4e0ef5e5400e7b67c8caec9855 /README.rst
parentdc994f10260660818f7b608f483ca1881163876f (diff)
commented --standalone out for the moment
Diffstat (limited to 'README.rst')
-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: