Przeglądaj źródła

Update instructions added

master
Dirk Alders 3 lat temu
rodzic
commit
f731f6d688
1 zmienionych plików z 8 dodań i 0 usunięć
  1. 8
    0
      README.md

+ 8
- 0
README.md Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz