Initial installation instruction
This commit is contained in:
parent
231dc5ebd4
commit
bd8c4281d6
11
README.md
11
README.md
@ -1,3 +1,14 @@
|
|||||||
# cutelog
|
# 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
2
requirements.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
pyqt5
|
||||||
|
cutelog
|
Loading…
x
Reference in New Issue
Block a user