forked from M-Labs/artiq
doc/installing: add note about example dependencies
This commit is contained in:
parent
36c1fdb5ad
commit
56af4e9147
|
@ -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.
|
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``.
|
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
|
Upgrading ARTIQ
|
||||||
^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue