Skip to content

jstentz/UNOmatic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First install and activate a virtual environment in the repository root with

python -m venv .venv
source .venv/bin/activate

To install all necessary packages, run

pip install -r requirements.txt

To install our uno package, run

pip install -e .

from the repository root.

About

Automatic UNO controller for CMU capstone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published