An open API service indexing awesome lists of open source software.

https://github.com/slntopp/simple-rri

Simple Recursive Requirements Installer
https://github.com/slntopp/simple-rri

dependencies pip python

Last synced: 4 months ago
JSON representation

Simple Recursive Requirements Installer

Awesome Lists containing this project

README

        

# simple-rri

Simple Recursive Requirements Installer

Installs requirements from all requirements.txt found under the active directory

**Note**:

> Always leave an empty line in the end of requirements.txt file

**API**:

```py
def collect_and_install(supress_output: bool = False) -> bool # Check pydoc
```