-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpip.sh
More file actions
12 lines (11 loc) · 715 Bytes
/
pip.sh
File metadata and controls
12 lines (11 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
sudo apt-get update
sudo apt install tmux
sudo apt install libgl1-mesa-glx
pip3 install basicsr --index-url http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip3 install -r requirements.txt --index-url http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip3 install pandas --index-url http://pypi.douban.com/simple --trusted-host pypi.douban.com
sudo python3 setup.py develop
#sudo pip uninstall bytedmetrics
pip3 install einops --index-url http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip3 install lpips --index-url http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip3 install torchsummary --index-url http://pypi.douban.com/simple --trusted-host pypi.douban.com