Template upload

This commit is contained in:
Kostas Drakontidis
2026-04-25 17:13:20 +03:00
parent 673647d580
commit a429da9e02
7 changed files with 144 additions and 1 deletions
+21
View File
@@ -0,0 +1,21 @@
# Setup Guide
## Prerequisites
List required hardware, software, services, and package versions.
## Installation
```bash
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
```
## Run
```bash
python src/main.py
```
## Test
```bash
pytest
```