aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-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
========================================