Browse Source

Update install instructions for Debian jessie

Baptiste Jonglez 9 years ago
parent
commit
1a85d0b58d
1 changed files with 3 additions and 1 deletions
  1. 3 1
      INSTALL.md

+ 3 - 1
INSTALL.md

@@ -25,7 +25,9 @@ Celutz is a fairly standard Django application: refer to the Django
 documentation for deployment methods.  The initial installation for development
 should look like this:
 
-    virtualenv ~/mycelutzvenv
+    # Debian jessie with python3, adapt to your OS
+    apt install build-essential python3-dev libjpeg-dev libtiff5-dev zlib1g-dev libopenjp2-7-dev
+    virtualenv -p /usr/bin/python3 ~/mycelutzvenv
     . ~/mycelutzvenv/bin/activate
     pip install -r requirements.txt
     # Configure database if needed