Installation instruction for cutelog
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Dirk Alders e5da3314ce reposinit script update 2年前
.gitignore Initial commit 3年前
LICENSE Initial commit 3年前
README.md md syntax correction 3年前
reposinit reposinit script update 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