소스 검색

better readme: debian package info

Guénaël Muller 7 년 전
부모
커밋
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