Parcourir la source

Update install instructions for Debian jessie

Baptiste Jonglez il y a 9 ans
Parent
commit
1a85d0b58d
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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