From c9d6667993a84b986485e506e78567f8bba8606a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Wiesner?= Date: Tue, 6 Jan 2026 06:51:25 +0100 Subject: [PATCH] readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..99d7663 --- /dev/null +++ b/README.md @@ -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 +```