Skip to content
Snippets Groups Projects
Commit 4646d2eb authored by Mitchell Moore's avatar Mitchell Moore
Browse files

Link tutorial in README

parent 9c672f7c
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ $ pip install -r requirements.txt
```
- Note, to install flask in your own `$HOME` use `pip install --user Flask`.
### RabbitMQ
(Reference [Tutorial Part Four](https://www.rabbitmq.com/tutorials/tutorial-four-python.html))
- Install RabbitMQ server on the host machine. (Tutorials [here](https://www.rabbitmq.com/download.html).)
- Additionally, if on a Mac, it is recommended that you add the following line to your `.bash_profile`:
`export PATH=$PATH:/usr/local/opt/rabbitmq/sbin`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment