ubuntu_install_python_package.sh 211 Bytes
Newer Older
Lingfan Yu's avatar
Lingfan Yu committed
1
# install libraries for python package on ubuntu
Minjie Wang's avatar
Minjie Wang committed
2
3
pip2 install nose numpy cython scipy networkx matplotlib nltk requests[security]
pip3 install nose numpy cython scipy networkx matplotlib nltk requests[security]