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