From 743ca8299045eaa32798affe21dc656045949f6b Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 29 Dec 2019 23:54:17 +0100 Subject: [PATCH] [doc] install libmariadbclient-dev instead of libmysqlclient-dev --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 863b181..080566a 100644 --- a/README.rst +++ b/README.rst @@ -101,7 +101,7 @@ To install it, say on Debian, do:: sudo apt-get install python-pip python-dev python-liblo \ python-mutagen python-pycurl python-yaml \ libshout3-dev librtmp-dev liblo-dev \ - libcurl4-openssl-dev libmysqlclient-dev + libcurl4-openssl-dev libmariadbclient-dev Now update distribute and setuptools:: -- 2.47.3