pip - Python - download packages from own server -


i wonder how can force setup.py install command download packages (via pip) server. can pip server address every dependecies downloaded pip server.

maybe solution pip.ini/pip.conf?

tomek

from docs, can use the:

--use-mirrors --mirrors <url> 

flag in pip specify mirror use.

from command line, can speicify mirrors. example:

pip install -i http://d.pypi.python.org/simple $package 

Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -