Skip to content
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
To run the commands in the README.md the following items are required

1. [Apache httpd server 2.4](http://httpd.apache.org/)
1. Python libraries `pip install flask pybind11 celery connexion`
1. Python libraries `pip install flask pybind11 celery redis connexion[swagger-ui]`
1. Python devel with `sudo apt install python3-dev`
1. [Emscriptem](https://emscripten.org/docs/getting_started/downloads.html)

Expand Down
Loading