Skip to content

Commit

Permalink
fix(README): Fix pip index doc (#233)
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <cegao@tensorchord.ai>
  • Loading branch information
gaocegege authored Jun 2, 2022
1 parent f717ca5 commit ebf3197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ deb https://mirror.sjtu.edu.cn/ubuntu focal-backports main restricted universe m
deb http://archive.canonical.com/ubuntu focal partner
deb https://mirror.sjtu.edu.cn/ubuntu focal-security main restricted universe multiverse
""")
pip_mirror(mirror = "https://mirror.sjtu.edu.cn/pypi/web/simple")
pip_index(url = "https://mirror.sjtu.edu.cn/pypi/web/simple")
vscode(plugins = [
"ms-python.python",
"github.copilot"
Expand Down

0 comments on commit ebf3197

Please sign in to comment.