Skip to content

Describe the usage of pipenv for standard and dev environment. Packages updating procedure

Aka:

  1. pipenv install --dev something
  2. 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:)