LibrePlanet schedule generator.
|
%!s(int64=9) %!d(string=hai) anos | |
---|---|---|
tests | %!s(int64=9) %!d(string=hai) anos | |
.gitignore | %!s(int64=9) %!d(string=hai) anos | |
CONTRIBUTORS | %!s(int64=9) %!d(string=hai) anos | |
COPYING | %!s(int64=9) %!d(string=hai) anos | |
README.md | %!s(int64=9) %!d(string=hai) anos | |
lps_gen.py | %!s(int64=9) %!d(string=hai) anos | |
setup.py | %!s(int64=9) %!d(string=hai) anos |
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.