pypa/pipfile

How to specify a second pypi-type repository

Closed this issue · 3 comments

I have
[[source]] url = "https://pypi.python.org/simple"

How do I specify a second source for a private repository?

Excellent question!

Like so:

[[source]]
url = "https://pypi.python.org/simple"

[[source]]
url = "https://pypi.my-company-page.com/simple"

See: https://github.com/toml-lang/toml#array-of-tables