]> git.ozlabs.org Git - patchwork/blobdiff - docs/HACKING
docs: Add the Debian package name for virtualenv/mysql
[patchwork] / docs / HACKING
index b5785bf1545709a8d565ed6f1179b3d28f65f957..5ee232d57324fd1994f467e75de2bcb03bdbb457 100644 (file)
@@ -7,7 +7,8 @@ It's always a good idea to use virtualenv to develop python software.
    Because we're going to recompile our dependencies, we'll also need
    development headers:
 
-   - For the MySQL/MariaDB setups: mariadb-devel (Fedora)
+   - For the MySQL/MariaDB setups: mariadb-devel (Fedora), libmysqlclient-dev
+     (Debian)
 
 2. Create a new virtual environement. Virtual environments are "instances" of
    your system python, without any of the extra python packages installed.