Skip to content

Commit

Permalink
docs. fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO authored Jun 11, 2022
1 parent ee5be28 commit 43a40a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeploymentTutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ nb run
sudo apt update
sudo apt install -y git python3 # 安装 git, python3
sudo ldconfig # 更新系统路径
python3 -m pip config set global.index-url http://mirrors.aliyun.com/pypi/simple/ # 更换 pip 源为国内源
python -m pip config set global.index-url http://mirrors.aliyun.com/pypi/simple/ # 更换 pip 源为国内源
python -m pip install --upgrade pip # 更新 pip
```

Expand Down

0 comments on commit 43a40a1

Please sign in to comment.