From 56af4e9147cbba6a3d6372fecf23af41d6fe9fa7 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 11 Apr 2016 17:03:19 +0800 Subject: [PATCH] doc/installing: add note about example dependencies --- doc/manual/installing.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index 8c1144380..cefbcb362 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -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 ^^^^^^^^^^^^^^^