Update README.md

This commit is contained in:
viljarb0
2025-10-20 22:03:16 +02:00
committed by GitHub
parent 018507091e
commit b1f9d0d8c1

View File

@@ -1,14 +1,14 @@
# ikt213_project # ikt213_project
## requirements ## requirements
opencv2 * opencv2
pillow * pillow
numpy * numpy
## setup (python venv) ## setup (python venv)
python3 -m venv .venv * python3 -m venv .venv
source .venv/bin/activate * source .venv/bin/activate
pip install -r requirements.txt * pip install -r requirements.txt
## run ## run
python src/Main.py python src/Main.py