- python 3
- pip 3
Update .env
configuration file with your parameters.
- Create a virtual env:
virtualenv -p python3 testconsumer
- Activate virtual env
source testconsumer/bin/activate
- Install requirements
pip3 install -r requirements.txt
- Run the consumer
python3 main.py