Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 376 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 376 Bytes

InnerSource Software License Genrator

Disclaimer

The project is work in progress. It is not recommended for use.

To run

Create a new virtual environment.

Install dependencies:

pip install -r requirements.txt

Run:

python app.py

Testing

In virtual environment install test dependencies:

pip install -r test_requirements.txt

Run:

pytest