"src/vscode:/vscode.git/clone" did not exist on "c7a39d38adb36059b31318b6841dda4e8f6ab172"
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