Update instructions added
This commit is contained in:
parent
bd8c4281d6
commit
f731f6d688
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
Installation instruction for cutelog
|
Installation instruction for cutelog
|
||||||
|
|
||||||
|
# Install
|
||||||
|
|
||||||
## Create Virtualenv
|
## Create Virtualenv
|
||||||
virtualenv venv
|
virtualenv venv
|
||||||
|
|
||||||
@ -12,3 +14,9 @@ deactivate
|
|||||||
|
|
||||||
# Open Cutelog
|
# Open Cutelog
|
||||||
venv/bin/cutelog
|
venv/bin/cutelog
|
||||||
|
|
||||||
|
|
||||||
|
# Upgrade
|
||||||
|
source venv/bin/activate
|
||||||
|
pip install -U -r requirements.txt
|
||||||
|
deactivate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user