Skip to content

Commit

Permalink
doc/installing: add note about example dependencies
Browse files Browse the repository at this point in the history
sbourdeauducq committed Apr 11, 2016
1 parent 36c1fdb commit 56af4e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/manual/installing.rst
Original file line number Diff line number Diff line change
@@ -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
^^^^^^^^^^^^^^^

0 comments on commit 56af4e9

Please sign in to comment.