aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Lacko <backup.rlacko@gmail.com>2013-04-19 09:17:35 +0200
committerRoman Lacko <backup.rlacko@gmail.com>2013-04-19 09:17:35 +0200
commit1b15bdae39fed42abd773723ed12bd8926186b8b (patch)
tree2d2b92acae737f3dfd07dc5b19a77ca3ed63cb2b
parenta0f0d44ec56ce2403d6c7f3341aeec6498ac3a7b (diff)
Update README
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index dd677b283..075e6823d 100644
--- a/README.rst
+++ b/README.rst
@@ -83,7 +83,7 @@ Building PySide distribution
::
- c:\> c:\Python27\python setup.py bdist_wininst --qmake=c:\Qt\4.8.4\bin\qmake.exe --openssl=c:\OpenSSL32bit\bin
+ 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:
@@ -91,7 +91,7 @@ Building PySide distribution
::
c:\> c:\Python27\Scripts\easy_install dist\PySide-1.1.2.win32-py2.7.exe
- c:\> c:\Python27\Scripts\pyside_postinstall.py -install
+ c:\> c:\Python27\python.exe c:\Python27\Scripts\pyside_postinstall.py -install
Building PySide on a UNIX System (Ubuntu 12.04 LTS)
===================================================