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.