aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Lacko <backup.rlacko@gmail.com>2013-04-19 09:10:32 +0200
committerRoman Lacko <backup.rlacko@gmail.com>2013-04-19 09:10:32 +0200
commita0f0d44ec56ce2403d6c7f3341aeec6498ac3a7b (patch)
tree5f8fa1858367ac1c0ebf38301c08688831d104a1
parentb8cd524f61072ba7922d2208031985b74edc9406 (diff)
Update README
-rw-r--r--README.rst22
1 files changed, 7 insertions, 15 deletions
diff --git a/README.rst b/README.rst
index c9dfda167..dd677b283 100644
--- a/README.rst
+++ b/README.rst
@@ -85,11 +85,13 @@ Building PySide distribution
c:\> c:\Python27\python 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``
+#. 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:
::
- c:\> cd dist
+ c:\> c:\Python27\Scripts\easy_install dist\PySide-1.1.2.win32-py2.7.exe
+ c:\> c:\Python27\Scripts\pyside_postinstall.py -install
Building PySide on a UNIX System (Ubuntu 12.04 LTS)
===================================================
@@ -158,22 +160,12 @@ Building PySide distribution
$ python setup.py bdist_egg --standalone
-#. After the successful build, the distribution can be found in sub-folder ``dist``
-
- ::
-
- $ cd dist
-
-#. Install ``PySide`` distribution with easy_install:
-
- ::
-
- $ easy_install PySide-1.1.2.egg
-
-#. Run the post-install script:
+#. 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:
::
+ $ easy_install dist/PySide-1.1.2.egg
$ python pyside_postinstall.py -install
Feedback and getting involved