From 108d600235b92733ff6503a791a7ac91e2be20cb Mon Sep 17 00:00:00 2001 From: Sam Hadow Date: Thu, 16 Apr 2026 16:39:12 +0200 Subject: [PATCH] README update --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index e69de29..26959c6 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,16 @@ +# tea3-py + +## install + +``` +python -m venv .venv +source .venv/bin/activate +pip install -e . +``` + +## run tests + +``` +pip install pytest +pytest +```