- Python 2/3
- RabbitMQ
- Virtualenv
- Docker (optional)
- Code editor (Visual studio code, Notepad, Sublime)
- Install basic requirements above
- Setup virtual enviroments
$ virtualenv env/ - Activate virtual env
$ source env/bin/activate - Install nameko
$ pip install nameko - Write code/clone this repo
$ ./run.sh$ make