Skip to content

UberClifford/retreat_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published