Przeglądaj źródła

better readme: debian package info

Guénaël Muller 6 lat temu
rodzic
commit
b7cfee5b1c
1 zmienionych plików z 8 dodań i 1 usunięć
  1. 8 1
      README.md

+ 8 - 1
README.md Wyświetl plik

@@ -14,7 +14,14 @@ Installation
14 14
 
15 15
 ### Distribution dependencies ###
16 16
 
17
-TODO
17
+on Debian Stretch (9) :
18
+
19
+    sudo apt install git
20
+    sudo apt install python3 python-virtualenv python3-dev python-pip
21
+
22
+### Get the source ###
23
+
24
+    git clone https://github.com/tracim/tracim_backend.git
18 25
 
19 26
 ### Setup Python Virtualenv ###
20 27