@@ -6,7 +6,10 @@
|
|||||||
```
|
```
|
||||||
git clone https://gitee.com/NBTP/IDM.git
|
git clone https://gitee.com/NBTP/IDM.git
|
||||||
```
|
```
|
||||||
执行chmod +x IDM/install.sh
|
执行下方指令赋予文件可执行权限:
|
||||||
|
```
|
||||||
|
chmod +x IDM/install.sh
|
||||||
|
```
|
||||||
如果你不确定自己的pip源是否是国内源或者能否正常下载新的库,或者你完全不知道pip是什么,建议使用以下命令将pip设置为清华源:
|
如果你不确定自己的pip源是否是国内源或者能否正常下载新的库,或者你完全不知道pip是什么,建议使用以下命令将pip设置为清华源:
|
||||||
```
|
```
|
||||||
~/klippy-env/bin/pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
|
~/klippy-env/bin/pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
|
||||||
|
|||||||
Reference in New Issue
Block a user