Explicitly update mysqlclient with pip

On Ubuntu bionic (18.04) python3.6 is delivered with an outdated
mysqlclient package. It has to be updated manually first, otherwise
seafile 8.x won't work.
This commit is contained in:
Markus Klein 2021-01-29 16:06:04 +01:00 committed by GitHub
parent 1c1a1e4767
commit 02e10c8832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ Note, you should install Python libraries system wide using root user or sudo mo
```sh
apt-get install libmysqlclient-dev
sudo pip3 install future mysqlclient
sudo pip3 install -U future mysqlclient
```
* For Debian 10