add README

This commit is contained in:
cdietrich 2022-02-14 14:34:19 +01:00
parent f2c1ee5a95
commit a1c7d2986e
2 changed files with 7 additions and 1 deletions

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# SETUP
```bash
pip install -e .
pip install -r requirements.txt
docker-compose up

View File

@ -1,4 +1,3 @@
import pika
from mini_queue.consumer import consume, init_params
from mini_queue.utils.config import CONFIG