Skip to content
jxltom edited this page Jan 24, 2019 · 6 revisions

Welcome to the pipenv wiki!

Feature Suggestions

  • Support GPG

Known PyPIs to test against

[[source]]

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

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.