Browse Source

Update instructions added

master
Dirk Alders 3 years ago
parent
commit
f731f6d688
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      README.md

+ 8
- 0
README.md View File

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

Loading…
Cancel
Save