Skip to content
Kenneth Reitz edited this page Oct 4, 2017 · 6 revisions

Welcome to the pipenv wiki!

Ideas

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