Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 492 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 492 Bytes

SetSolver

Solving the game of Set with a camera

Quickstart

Start the application with:

python main.py

Note: use the above command in a virtualenv with python 3 or replace python with python3

Prerequisites

  • ubuntu
  • python3

Setup

Create a virtual environment with:

mkvirtualenv -p python3 <name of environment>

And start the environment with:

workon <name of environment>

Install dependencies with:

pip install -r requirements.txt