Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 288 Bytes

how_to_speed_up_pip.md

File metadata and controls

27 lines (16 loc) · 288 Bytes

How to speed up pip

1. Create a Dir


mkdir ~/.pip

2. Create a file in this dir

touch ~/.pip/pip.conf

3. Fill the file with following content


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