Skip to content

ztatlock/2024-marktoberdorf-egglog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2024-marktoberdorf-egglog

Mini egglog in Python

Requirements

Python 3.10 or later.

Setup

To avoid affecting your regular Python environment, first set up a virtual environment.

$ python3 -m venv .venv

Now activate your new virtual environment.

$ source ./venv/bin/activate

Next install dependencies.

$ pip3 install -r requirements.txt

Finally run tests to make sure everything is working.

$ make test

About

Mini egglog in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published