浏览代码

better readme: debian package info

Guénaël Muller 6 年前
父节点
当前提交
b7cfee5b1c
共有 1 个文件被更改,包括 8 次插入1 次删除
  1. 8 1
      README.md

+ 8 - 1
README.md 查看文件

@@ -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