Skip to content
/ req2env Public

A minimalist shell script to create Python virtual environments from requirements.txt files.

Notifications You must be signed in to change notification settings

psanan/req2env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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

About

A minimalist shell script to create Python virtual environments from requirements.txt files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages