ubuntu_install_python_package.sh 297 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]
Lingfan Yu's avatar
Lingfan Yu committed
4
5

# install DL Framework
Minjie Wang's avatar
Minjie Wang committed
6
pip2 install torch torchvision
Lingfan Yu's avatar
Lingfan Yu committed
7
pip3 install torch torchvision