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

update requirements for MySQLdb

parent b975e41a
......@@ -40,9 +40,9 @@ docker-compose up
#### Minimal config
```
sudo apt install python3
sudo pip3 install -r setup/requirements.txt
sudo apt install python3 libmysqlclient-dev
cd $INSTALL_DIR
sudo pip3 install -r setup/requirements.txt
source setup/regcomex_config.ini
```
......
gunicorn
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