Skip to content

theNatePi/Yappr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yappr

Setup

Create Python venv [optional]

Create the virtual environment: python3 -m venv ./venv

Activate the virtual environment:
Windows path\to\venv\Scripts\activate
MacOS / Linux source path/to/venv/bin/activate

Install dependencies

pip3 install -r requirements.txt

Run the program

python3 main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages