Просмотр исходного кода

better readme: debian package info

Guénaël Muller 8 лет назад
Родитель
Сommit
b7cfee5b1c
1 измененных файлов: 8 добавлений и 1 удалений
  1. 8 1
      README.md

+ 8 - 1
README.md Просмотреть файл

14
 
14
 
15
 ### Distribution dependencies ###
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
 ### Setup Python Virtualenv ###
26
 ### Setup Python Virtualenv ###
20
 
27