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