Initial installation instruction

This commit is contained in:
Dirk Alders 2021-01-17 19:09:18 +01:00
parent 231dc5ebd4
commit bd8c4281d6
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,14 @@
# cutelog
Installation instruction for cutelog
Installation instruction for cutelog
## Create Virtualenv
virtualenv venv
## Install Cutelog
source venv/bin/activate
pip install -r requirements.txt
deactivate
# Open Cutelog
venv/bin/cutelog

2
requirements.txt Normal file
View File

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