소스 검색

Update instructions added

master
Dirk Alders 4 년 전
부모
커밋
f731f6d688
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8
    0
      README.md

+ 8
- 0
README.md 파일 보기

@@ -2,6 +2,8 @@
2 2
 
3 3
 Installation instruction for cutelog
4 4
 
5
+# Install
6
+
5 7
 ## Create Virtualenv
6 8
 virtualenv venv
7 9
 
@@ -12,3 +14,9 @@ deactivate
12 14
 
13 15
 # Open Cutelog
14 16
 venv/bin/cutelog
17
+
18
+
19
+# Upgrade
20
+source venv/bin/activate
21
+pip install -U -r requirements.txt
22
+deactivate

Loading…
취소
저장