Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 320 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 320 Bytes

req2env

A minimal shell script to work with per-project Python virtual environments.

Usage

  • Add this directory to your PATH.
  • Run req2env from a project with a requirements.txt file.

You can also specify the requirements file and the environment name, e.g.

req2env doc/requirements.txt my-env-name