aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>`_.