ubuntu_install_python_package.sh 265 Bytes
Newer Older
Lingfan Yu's avatar
Lingfan Yu committed
1
2
3
4
5
6
7
# install libraries for python package on ubuntu
# pip2 install pylint numpy cython scipy nltk requests[security]
pip3 install pylint numpy cython scipy nltk requests[security]

# install DL Framework
# pip2 install torch torchvision
pip3 install torch torchvision