LibrePlanet schedule generator.

jantwisted 9a9052e5bd comment added 9 anni fa
tests 01997af8b0 HTMLRender added 9 anni fa
.gitignore cfea2dbfa5 updated .gitignore 9 anni fa
CONTRIBUTORS c39daaf40b AUTHORS -> CONTRIBUTORS 9 anni fa
COPYING cd11526e03 Added license info. 9 anni fa
README.md d3b693eb3a updated README.md 9 anni fa
lps_gen.py 9a9052e5bd comment added 9 anni fa
setup.py 8c9ac2143c updated setup.py 9 anni fa

README.md

LibrePlanet schedule generator

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.