Describe the usage of pipenv for standard and dev environment. Packages updating procedure
Aka:
- pipenv install --dev something
- pipenv lock + pipenv sync --dev
- I read somewhere that "Pipenv is now the official recommended Python packaging tool from Python.org.". But, actually I cant find anything like that on python.org:)