Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 403 Bytes

python-packages.markdown

File metadata and controls

19 lines (13 loc) · 403 Bytes

Python Packages

Tools

  • pip
  • curdling -- asynchronous operation with cache support.

Configuration

Inside ~/.pip/pip.conf:

[global]
default-timeout = 60
respect-virtualenv = true
download-cache = /home/turicas/.pip/cache
log-file = /home/turicas/.pip/pip.log

~/.pip/cache directory should exists.