Skip to content

Commit

Permalink
Add Debian requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tizot committed May 12, 2016
1 parent a2f7a31 commit 9a7f1b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ Please see the [provisioning repository](https://github.com/ProjetSigma/provisio
Installation (standalone version)
---------------------------------

**Requirements.**
On Debian-based distribution, you will need the following librairies:
```[sh]
apt-get install python-dev libmysqlclient-dev libjpeg-dev
```

**Python 3 is required.**
We recommend to use a virtualenv for python. If you have python3 installed, it should had come with it.
After you have cloned the repository, you can execute the following commands in your shell:
Expand Down

0 comments on commit 9a7f1b4

Please sign in to comment.