Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 724 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 724 Bytes

Test

Development

Clone this repository.

Create a virtual environment, for example, directory venv using Python's venv module.

python -m venv venv

Activate the new environment with:

source ./venv/bin/activate

Make sure the latest pip version is in your virtual environment:

pip install --upgrade pip

Install all dependencies:

pip install -r requirements.txt

Test run cli tool to generate a cat shaped maze:

maze

Usage (TBD)