Tool Name

Very nice tools.

License

Free for academia, for commercial use, you gotta get a licence

Installation

Python installation example

Install requirements in virtual environment (simple pip example)

$ python -m venv <venv_name>

Activate virtual environment on Windows OS

$ .\<venv\_name>\Scripts\activate.bat

Activate virtual environment on Linux or MAC OS

$ source ./<venv_name>/bin/activate

Install pip package requirements.

$ pip3 install -r requirements.txt

R installation example

I don't know how to use this!!

Usage

How do you use your tool? You could present a few use cases of running your tool from the CLI. You could also refer to some demo in the ./demo directory