This commit is contained in:
András Wiesner 2026-01-06 06:51:25 +01:00
parent 7f99df67cb
commit c9d6667993

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# outproc
## Telepítés
```bash
python -m venv ./venv
source ./venv/bin/activate
pip install -r requirements.txt
```
## Futtatás
```bash
source ./venv/bin/activate
python main.py
```