From f602928e89646ebd2d7a5e8958eb63231a876161 Mon Sep 17 00:00:00 2001 From: Yann Sionneau Date: Tue, 1 Sep 2015 16:46:12 +0200 Subject: [PATCH] manual: ARTIQ requires python 3.4.3 or above --- doc/manual/installing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/installing.rst b/doc/manual/installing.rst index fe9b9838c..0c7310a9f 100644 --- a/doc/manual/installing.rst +++ b/doc/manual/installing.rst @@ -369,7 +369,7 @@ This command installs all the required packages: :: $ sudo apt-get install build-essential autotools-dev file git patch perl xutils-dev python3-pip texinfo flex bison libmpc-dev python3-serial python3-dateutil python3-prettytable python3-setuptools python3-numpy python3-scipy python3-sphinx python3-h5py python3-dev python-dev subversion cmake libusb-dev libftdi-dev pkg-config libffi-dev libgit2-dev -Note that ARTIQ requires Python 3.4 or above. +Note that ARTIQ requires Python 3.4.3 or above. To set user permissions on the JTAG and serial ports of the Pipistrello, create a ``/etc/udev/rules.d/30-usb-papilio.rules`` file containing the following: ::