aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Lacko <backup.rlacko@gmail.com>2013-04-16 16:38:29 +0200
committerRoman Lacko <backup.rlacko@gmail.com>2013-04-16 16:38:29 +0200
commit2b3dcbadab69cb12c9d9fcb81463e11a282573a7 (patch)
treee855b3d0376b059990654ac843bedae656c6a2fd
parentf1b1edbd3dbc66f0b310c8d866265d7755d32a8e (diff)
Update README.rst
-rw-r--r--README.rst24
1 files changed, 18 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index 2737fd108..c9dfda167 100644
--- a/README.rst
+++ b/README.rst
@@ -48,12 +48,6 @@ Installing prerequisities
#. (Optional) Install `OpenSSL
<http://slproweb.com/products/Win32OpenSSL.html>`_.
-#. Open Visual Studio 2008 Command Prompt:
-
- ::
-
- c:\> c:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft Visual Studio 2008\Visual Studio Tools\Visual Studio 2008 Command Prompt.lnk
-
#. Install latest `distribute` distribution into the Python you
installed in the first step: download `distribute_setup.py
<http://python-distribute.org/distribute_setup.py>`_ and run it using
@@ -64,6 +58,12 @@ Installing prerequisities
c:\> c:\Python27\python distribute_setup.py
+#. Open Visual Studio 2008 Command Prompt:
+
+ ::
+
+ c:\> c:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft Visual Studio 2008\Visual Studio Tools\Visual Studio 2008 Command Prompt.lnk
+
Building PySide distribution
----------------------------
@@ -164,6 +164,18 @@ Building PySide distribution
$ cd dist
+#. Install ``PySide`` distribution with easy_install:
+
+ ::
+
+ $ easy_install PySide-1.1.2.egg
+
+#. Run the post-install script:
+
+ ::
+
+ $ python pyside_postinstall.py -install
+
Feedback and getting involved
=============================