mirror of https://github.com/m-labs/artiq.git
update dependencies
This commit is contained in:
parent
e4897132ad
commit
8ea21f544d
|
@ -164,7 +164,7 @@ Xubuntu 14.04 specific instructions
|
||||||
|
|
||||||
This command installs all the required packages: ::
|
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.
|
Note that ARTIQ requires Python 3.4 or above.
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -15,7 +15,7 @@ setup(
|
||||||
long_description = open("README.rst").read(),
|
long_description = open("README.rst").read(),
|
||||||
license = "BSD",
|
license = "BSD",
|
||||||
install_requires = [
|
install_requires = [
|
||||||
"sphinx", "numpy", "scipy", "prettytable"
|
"sphinx", "pyserial", "numpy", "scipy", "prettytable"
|
||||||
],
|
],
|
||||||
extras_require = {},
|
extras_require = {},
|
||||||
dependency_links = [],
|
dependency_links = [],
|
||||||
|
|
Loading…
Reference in New Issue