-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Home
jxltom edited this page Jan 24, 2019
·
6 revisions
Welcome to the pipenv wiki!
- Support GPG
[[source]]
url = "https://pypi.fcio.net/simple/"
verify_ssl = true
name = "hynek"
[scripts]
start = "python main.py"
And then, in my terminal, I can reproduce this through the command pipenv run start
.