summaryrefslogtreecommitdiff
path: root/doc/source/virtualenv.rst
diff options
context:
space:
mode:
authorAlexandre Marie <alexandre.marie@synchrotron-soleil.fr>2018-12-17 12:28:45 +0100
committerAlexandre Marie <alexandre.marie@synchrotron-soleil.fr>2018-12-17 12:28:45 +0100
commitc49572a2e90b398e90a43f86b490f27ee6c58de6 (patch)
treed130cf7dfc3cf73157e1bece8173331bb4bc7156 /doc/source/virtualenv.rst
parent0bbc8ab933e62c1fa6d548e879ae6d98cbd461f1 (diff)
parentcebdc9244c019224846cb8d2668080fe386a6adc (diff)
Merge tag 'upstream/0.9.0+dfsg'
Upstream version 0.9.0+dfsg
Diffstat (limited to 'doc/source/virtualenv.rst')
-rw-r--r--doc/source/virtualenv.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/virtualenv.rst b/doc/source/virtualenv.rst
index db8058d..3d86617 100644
--- a/doc/source/virtualenv.rst
+++ b/doc/source/virtualenv.rst
@@ -162,11 +162,11 @@ is not as simple.
The simplest way, assuming that PyQt is installed on your system, is to use that
system package directly. For this, you need to add a symbolic link to your virtualenv.
-If you want to use PyQt4 installed in ``/usr/lib/python2.7/dist-packages/``, type:
+If you want to use PyQt5 installed in ``/usr/lib/python2.7/dist-packages/``, type:
.. code-block:: bash
- ln -s /usr/lib/python2.7/dist-packages/PyQt4 silx_venv/lib/python2.7/site-packages/
+ ln -s /usr/lib/python2.7/dist-packages/PyQt5 silx_venv/lib/python2.7/site-packages/
ln -s /usr/lib/python2.7/dist-packages/sip.so silx_venv/lib/python2.7/site-packages/
@@ -178,7 +178,7 @@ Install silx
pip install silx
-To test *silx*, open an interactive python console. If you managed to install PyQt or PySide
+To test *silx*, open an interactive python console. If you managed to install PyQt5 or PySide2
in your virtualenv, type:
.. code-block:: bash