Commit 996ad363 authored by Romain Loth's avatar Romain Loth

update requirements for MySQLdb

parent b975e41a
...@@ -40,9 +40,9 @@ docker-compose up ...@@ -40,9 +40,9 @@ docker-compose up
#### Minimal config #### Minimal config
``` ```
sudo apt install python3 sudo apt install python3 libmysqlclient-dev
sudo pip3 install -r setup/requirements.txt
cd $INSTALL_DIR cd $INSTALL_DIR
sudo pip3 install -r setup/requirements.txt
source setup/regcomex_config.ini source setup/regcomex_config.ini
``` ```
......
gunicorn gunicorn
flask flask
mysqlclient # provides MySQLdb
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment