Skip to content

Pipenv (not used)

lachmanfrantisek edited this page Feb 20, 2019 · 1 revision

Why we are not using Pipenv?

  • Easy work with virtual environments.
  • Reproducible installations/usage via virtual_envs and precise dependency versions.

  • Not compatible with packaging (setup.py, setup.cfg, distributions).
  • "Windows is a first-class citizen, in our world."

More information about pipenv:

Clone this wiki locally