outproc/README.md
András Wiesner c9d6667993 readme
2026-01-06 06:51:25 +01:00

16 lines
188 B
Markdown

# 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
```