Skip to content
/ ripa Public

This tool helps you handle requirements.txt installations (e.g. in CI) where uses Anaconda for some packages but also wants pip packages.

License

Notifications You must be signed in to change notification settings

tunnell/ripa

Repository files navigation

Resolve Installations using Pip and Anaconda

This tool helps you handle requirements.txt installations (e.g. in CI) which use Anaconda for packages if that package and version are available, otherwise falls back to pip installing packages through PyPI. This is particularly useful if you're using a service such as PyUp.

Install

Installation can be done via PyPI:

pip install ripa

Or through this repository by:

python setup.py install

Usage

The intention is to reproduce the pip install syntax.

Point ripa at your requirements file and then let 'er rip:

ripa -r requirements.txt

It will then check each requirements and install prefarably though Anaconda, otherwise through pip.

You can also install individual packages:

ripa pip==10.0
ripa wheel

About

This tool helps you handle requirements.txt installations (e.g. in CI) where uses Anaconda for some packages but also wants pip packages.

Resources

License

Stars

Watchers

Forks

Packages

No packages published