LibrePlanet schedule generator.
|
9 年之前 | |
---|---|---|
tests | 9 年之前 | |
.gitignore | 9 年之前 | |
CONTRIBUTORS | 9 年之前 | |
COPYING | 9 年之前 | |
README.md | 9 年之前 | |
lps_gen.py | 9 年之前 | |
setup.py | 9 年之前 |
Install virtualenv
and python dev. package.
On a Debian based distribution, do:
# aptitude install virtualenv python-dev
$ 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.