aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Lacko <backup.rlacko@gmail.com>2013-04-19 14:30:31 +0200
committerRoman Lacko <backup.rlacko@gmail.com>2013-04-19 14:30:31 +0200
commit3ed5129b98394459a422967f23667c503bca74fc (patch)
tree004b405165963c1532489812e59449de93640b3b
parent93a941b816f557757677dc6099d0c9b9cca7b9b7 (diff)
Update README
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 075e6823d..1af0f073e 100644
--- a/README.rst
+++ b/README.rst
@@ -85,8 +85,8 @@ Building PySide distribution
c:\> c:\Python27\python.exe setup.py bdist_wininst --qmake=c:\Qt\4.8.4\bin\qmake.exe --openssl=c:\OpenSSL32bit\bin
-#. After the successful build, the distribution can be found in sub-folder ``dist``.
- Install the distribution with easy_install and run the post-install script:
+#. After the successful build, install the distribution with easy_install
+ and run the post-install script:
::
@@ -160,8 +160,8 @@ Building PySide distribution
$ python setup.py bdist_egg --standalone
-#. After the successful build, the distribution can be found in sub-folder ``dist``.
- Install the distribution with easy_install and run the post-install script:
+#. After the successful build, install the distribution with easy_install
+ and run the post-install script:
::