1
0
Fork 0

Updated docs: added debian stretch specific install requirements

merge-requests/502/head
corecache 2018-07-27 20:53:41 +02:00
parent cf68d74220
commit 353abb1bac
1 changed files with 8 additions and 1 deletions

View File

@ -1,8 +1,15 @@
VirtualEnv Installation
=======================
Requirements: You will need python, python-virtualenvwrapper, pip and git
#. **Install the requirements**
Generic requirements which you will need::
python, python-virtualenvwrapper, pip and git, libmysqlclient-dev (mysql_config)
Debian Stretch (9) specific requirements ::
$ sudo apt-get install libmariadbclient-dev python-pip virtualenvwrapper
#. **Build the environment**