Skip to content

kyrus/betterpip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Why

Because pip doesn't recursively install the requirements defined in a package's requirements.txt file when it installs the package.

Installation

git clone https://github.com/kyrus/betterpip.git

mkvirtualenv / workon <your virtualenv>

pip install .

Usage

python -m betterpip install <any pip install args>

For example:

python -m betterpip install nose

python -m betterpip install -v nose

python -m betterpip install -r requirements.txt

python -m betterpip install --build build-dir -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages