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