Very nice tools.
Free for academia, for commercial use, you gotta get a licence
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
I don't know how to use this!!
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