From cebdc9244c019224846cb8d2668080fe386a6adc Mon Sep 17 00:00:00 2001 From: Alexandre Marie Date: Mon, 17 Dec 2018 12:28:24 +0100 Subject: New upstream version 0.9.0+dfsg --- doc/source/virtualenv.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/source/virtualenv.rst') 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 -- cgit v1.2.3