Skip to content

richieYT-wan/retreat_demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tool Name

LALALADA

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

Lets try again

Hello here Yat wrote something that might need to be merged because we are working.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.3%
  • R 45.7%