LibrePlanet schedule generator.

jantwisted 85e437b962 custom html render for mistune 10 年之前
lpschedule 85e437b962 custom html render for mistune 10 年之前
tests cd11526e03 Added license info. 10 年之前
.gitignore cfea2dbfa5 updated .gitignore 10 年之前
AUTHORS 65d91a4ad4 added AUTHORS 10 年之前
COPYING cd11526e03 Added license info. 10 年之前
README.md e39c0ac8c4 added README.md 10 年之前
setup.py 10a44e832e mark2html class added with mistune dependency 10 年之前

README.md

LibrePlanet schedule generator

dependencies

  • nose
  • markdown

on GNU/Linux

Install virtualenv and python dev. package.

On a Debian based distribution, do:

# aptitude install virtualenv python-dev

set up environment

$ git clone git://notabug.org/rsd/lpschedule-generator.git

Setup virtual environment:

$ cd lpschedule-generator
$ virtualenv .

Activate the virtual environment:

$ source bin/activate

Install lpschedule-generator:

$ python setup.py install

This will install all the dependencies.