doc/installing: add note about example dependencies

pull/605/head
Sebastien Bourdeauducq 2016-04-11 17:03:19 +08:00
parent 36c1fdb5ad
commit 56af4e9147
1 changed files with 4 additions and 0 deletions

View File

@ -71,6 +71,10 @@ This activation has to be performed in every new shell you open to make the ARTI
If GUI programs do not start because they ``could not find or load the Qt platform plugin "xcb"``, install the various ``libxcb-*`` packages through your distribution's preferred mechanism.
The names of the libraries missing can be obtained from the output of a command like ``ldd [path-to-conda-installation]/envs/artiq-main/lib/qt5/plugins/platform/libqxcb.so``.
.. note::
Some ARTIQ examples also require matplotlib and numba, and they must be installed manually for running those examples. They are available in conda.
Upgrading ARTIQ
^^^^^^^^^^^^^^^