Skip to content

Commit

Permalink
Create pip_local_source.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arthw authored Feb 12, 2019
1 parent 593a86e commit 1acfadf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pip_local_source.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
### Set local source of PIP/PIP3
`mkdir ~/.pip`

CMD

`vi ~/.pip/pip.conf`

Then copy and paste below texts

```
[global]
trusted-host=mirrors.douban.com
index-url=https://pypi.douban.com/simple/
```

0 comments on commit 1acfadf

Please sign in to comment.