LibrePlanet schedule generator.

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

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.