Browse Source

Initial installation instruction

master
Dirk Alders 4 years ago
parent
commit
bd8c4281d6
2 changed files with 14 additions and 1 deletions
  1. 12
    1
      README.md
  2. 2
    0
      requirements.txt

+ 12
- 1
README.md View File

1
 # cutelog
1
 # cutelog
2
 
2
 
3
-Installation instruction for cutelog
3
+Installation instruction for cutelog
4
+
5
+## Create Virtualenv
6
+virtualenv venv
7
+
8
+## Install Cutelog
9
+source venv/bin/activate
10
+pip install -r requirements.txt
11
+deactivate
12
+
13
+# Open Cutelog
14
+venv/bin/cutelog

+ 2
- 0
requirements.txt View File

1
+pyqt5
2
+cutelog

Loading…
Cancel
Save