LibrePlanet schedule generator.

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

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.