Retreat Demo Tool V2

Improved very nice tools for a better life. Wed 22 Nov 2023. 16:21

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

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