Created by: Mazzya
What is this Python project?
In the section 'Environment management' I have added the pipenv tool. I consider it one of the best there is.
What's the difference between this Python project and similar ones ?
Pipenv is a packaging tool for Python that solves some common problems associated with the typical workflow using pip , virtualenv , and the good old requirements. txt . In addition to addressing some common issues, it consolidates and simplifies the development process to a single command line tool.
-- Anyone who agrees with this pull request could submit an Approve review to it.