update dependencies

This commit is contained in:
Sebastien Bourdeauducq 2014-12-20 12:14:27 +08:00
parent e4897132ad
commit 8ea21f544d
2 changed files with 2 additions and 2 deletions

View File

@ -164,7 +164,7 @@ Xubuntu 14.04 specific instructions
This command installs all the required packages: ::
$ sudo apt-get install build-essential autotools-dev file git patch perl xutils-devs python3-pip texinfo flex bison libmpc-dev python3-setuptools python3-numpy python3-scipy python3-sphinx python3-dev python-dev subversion cmake libusb-dev libftdi-dev pkg-config
$ sudo apt-get install build-essential autotools-dev file git patch perl xutils-devs python3-pip texinfo flex bison libmpc-dev python3-serial python3-prettytable python3-setuptools python3-numpy python3-scipy python3-sphinx python3-dev python-dev subversion cmake libusb-dev libftdi-dev pkg-config
Note that ARTIQ requires Python 3.4 or above.

View File

@ -15,7 +15,7 @@ setup(
long_description = open("README.rst").read(),
license = "BSD",
install_requires = [
"sphinx", "numpy", "scipy", "prettytable"
"sphinx", "pyserial", "numpy", "scipy", "prettytable"
],
extras_require = {},
dependency_links = [],