Installation instruction for cutelog
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Dirk Alders f731f6d688 Update instructions added 3 år sedan
.gitignore Initial commit 3 år sedan
LICENSE Initial commit 3 år sedan
README.md Update instructions added 3 år sedan
requirements.txt Initial installation instruction 3 år sedan

README.md

cutelog

Installation instruction for cutelog

Install

Create Virtualenv

virtualenv venv

Install Cutelog

source venv/bin/activate pip install -r requirements.txt deactivate

Open Cutelog

venv/bin/cutelog

Upgrade

source venv/bin/activate pip install -U -r requirements.txt deactivate