diff options
| author | Damien Lespiau <damien.lespiau@intel.com> | 2014-10-25 16:24:43 +0100 | 
|---|---|---|
| committer | Jeremy Kerr <jk@ozlabs.org> | 2014-11-10 20:27:28 +0800 | 
| commit | eb370553a4dab1e897c8afdc7a4e306cd314bbf7 (patch) | |
| tree | 86fcc357b962b21631da62957db07ac5d77187e4 | |
| parent | ee50829bb8922628ae01df75403d8de088c01b9c (diff) | |
| download | patchwork-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>
| -rw-r--r-- | docs/HACKING | 3 | 
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.  | 
