aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorrlacko <backup.rlacko@gmail.com>2014-04-25 12:40:57 +0200
committerrlacko <backup.rlacko@gmail.com>2014-04-25 12:40:57 +0200
commit28784aeb8cd6e7f7a78dfb4cb3d7021e41aa64d2 (patch)
tree7c55f382e0af4ecc0716469ca1b25661a8c461a8 /README.rst
parent9745e08c1a5405a20af51a6d046822a23fb6c051 (diff)
Update README.rst
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index a10a14d91..0667233d8 100644
--- a/README.rst
+++ b/README.rst
@@ -39,13 +39,13 @@ To install PySide on Windows you can choose from the following options:
::
- c:\> c:\Python27\Scripts\pip install PySide --use-wheel -f https://download.qt-project.org/official_releases/pyside/
+ pip install -U PySide --use-wheel -f http://download.qt-project.org/official_releases/pyside/
#. Use setuptools to install the `egg` binary packages:
::
- c:\> c:\Python27\Scripts\easy_install PySide
+ easy_install -U PySide
#. Download and install the packages from the `releases page
<http://qt-project.org/wiki/PySide_Binaries_Windows>`_.