feat: a little more math

This commit is contained in:
2025-11-15 14:08:20 +01:00
parent 90f0e44e22
commit 83723d1db7
5 changed files with 60 additions and 2 deletions

View File

@@ -3,8 +3,15 @@ install:
pip install --upgrade pip
pip install -r requirements.txt
save:
pip freeze > requirements.txt
run:
python src/main.py
test:
python -m pytest -v
setenv:
python -m venv venv
source venv/bin/activate