ubuntu_install_python_package.sh 359 Bytes
Newer Older
1 2 3 4 5 6
#!/bin/bash

set -e
set -u
set -o pipefail

7
# install libraries for python package on ubuntu
8 9
pip2 install nose pylint==1.9.4 six numpy nose-timer cython decorator scipy tornado typing antlr4-python2-runtime attrs
pip3 install nose pylint==1.9.4 six numpy nose-timer cython decorator scipy tornado typed_ast pytest mypy orderedset antlr4-python3-runtime attrs