Skip to content
Kenneth Reitz edited this page Mar 10, 2018 · 6 revisions

Welcome to the pipenv wiki!

Known PyPIs to test against

[[source]]

url = "https://pypi.fcio.net/simple/"
verify_ssl = true
name = "pypi"

Hidden Features

Custom run commands

[scripts]
start = python main.py

And then, in my terminal, I can reproduce this through the command pipenv run start.

Clone this wiki locally