summaryrefslogtreecommitdiff
path: root/doc/source/virtualenv.rst
diff options
context:
space:
mode:
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