-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Home
Kenneth Reitz edited this page Mar 14, 2018
·
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
.