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.