Installation instruction for cutelog
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Dirk Alders c385a8a924 common text for reposinit output 2 лет назад
.gitignore Initial commit 3 лет назад
LICENSE Initial commit 3 лет назад
README.md md syntax correction 3 лет назад
reposinit common text for reposinit output 2 лет назад
requirements.txt Initial installation instruction 3 лет назад

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