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 c385a8a924 common text for reposinit output 2 år sedan
.gitignore Initial commit 3 år sedan
LICENSE Initial commit 3 år sedan
README.md md syntax correction 3 år sedan
reposinit common text for reposinit output 2 å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