A minimal shell script to work with per-project Python virtual environments.
- Add this directory to your
PATH. - Run
req2envfrom a project with arequirements.txtfile.
You can also specify the requirements file and the environment name, e.g.
req2env doc/requirements.txt my-env-name