[PATCH] docs: Add the Debian package name for virtualenv/mysql
Damien Lespiau
damien.lespiau at intel.com
Sun Oct 26 02:24:43 AEDT 2014
Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
docs/HACKING | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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.
--
1.8.3.1
More information about the Patchwork
mailing list