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