markdown to html with mistune parser

rsiddharth 65d91a4ad4 added AUTHORS 8 years ago
lpschedule cd11526e03 Added license info. 8 years ago
tests cd11526e03 Added license info. 8 years ago
.gitignore cfea2dbfa5 updated .gitignore 8 years ago
AUTHORS 65d91a4ad4 added AUTHORS 8 years ago
COPYING cd11526e03 Added license info. 8 years ago
README.md e39c0ac8c4 added README.md 8 years ago
setup.py fe9021b3a2 setup.py: added markdown as a dependency. 8 years ago

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.