Explorar el Código

Initial installation instruction

master
Dirk Alders hace 3 años
padre
commit
bd8c4281d6
Se han modificado 2 ficheros con 14 adiciones y 1 borrados
  1. 12
    1
      README.md
  2. 2
    0
      requirements.txt

+ 12
- 1
README.md Ver fichero

@@ -1,3 +1,14 @@
1 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 Ver fichero

@@ -0,0 +1,2 @@
1
+pyqt5
2
+cutelog

Loading…
Cancelar
Guardar