summaryrefslogtreecommitdiffstats
path: root/docs/HACKING
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2014-10-25 16:24:43 +0100
committerJeremy Kerr <jk@ozlabs.org>2014-11-10 20:27:28 +0800
commiteb370553a4dab1e897c8afdc7a4e306cd314bbf7 (patch)
tree86fcc357b962b21631da62957db07ac5d77187e4 /docs/HACKING
parentee50829bb8922628ae01df75403d8de088c01b9c (diff)
downloadpatchwork-eb370553a4dab1e897c8afdc7a4e306cd314bbf7.tar.bz2
patchwork-eb370553a4dab1e897c8afdc7a4e306cd314bbf7.tar.xz
docs: Add the Debian package name for virtualenv/mysql
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'docs/HACKING')
-rw-r--r--docs/HACKING3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/HACKING b/docs/HACKING
index b5785bf..5ee232d 100644
--- a/docs/HACKING
+++ b/docs/HACKING
@@ -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.