Installation instruction for cutelog
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Dirk Alders 8d40da5187 Link to /usr/local/bin added to reposinit vor 2 Jahren
.gitignore Initial commit vor 4 Jahren
LICENSE Initial commit vor 4 Jahren
README.md md syntax correction vor 4 Jahren
reposinit Link to /usr/local/bin added to reposinit vor 2 Jahren
requirements.txt Initial installation instruction vor 4 Jahren

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