aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Lacko <backup.rlacko@gmail.com>2013-05-07 09:02:26 +0200
committerRoman Lacko <backup.rlacko@gmail.com>2013-05-07 09:02:26 +0200
commita94934ad11914b0b1d94af621e0b50f8969d63a9 (patch)
tree8c6d15d71dd806967ae4d1e01ab4ac7f05b30660
parent52c784bbb1ce88ce8d64ce9db656b06e7c585150 (diff)
Update README
-rw-r--r--README.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index ae5d6a92f..8a6390df1 100644
--- a/README.rst
+++ b/README.rst
@@ -127,6 +127,11 @@ Building PySide distribution
c:\> c:\Python27\Scripts\easy_install dist\PySide-1.1.2.win32-py2.7.exe
c:\> c:\Python27\python.exe c:\Python27\Scripts\pyside_postinstall.py -install
+
+ # After successfull install, the post-install script should print the following information to the console:
+
+ c:\> Generating file c:\Python27\qt.conf...
+ c:\> The PySide extensions were successfully installed.
Building PySide on a UNIX System (Ubuntu 12.04 LTS)
===================================================
@@ -202,6 +207,11 @@ Building PySide distribution
$ sudo easy_install-2.7 dist/PySide-1.1.2.egg
$ sudo python2.7 pyside_postinstall.py -install
+
+ # After successfull install, the post-install script should print the following information to the console:
+
+ $ Generating file qt.conf...
+ $ The PySide extensions were successfully installed.
PySide Setup Script command line options
========================================