LibrePlanet schedule generator.
|
|
10 年之前 | |
|---|---|---|
| lpschedule | 10 年之前 | |
| tests | 10 年之前 | |
| .gitignore | 10 年之前 | |
| AUTHORS | 10 年之前 | |
| COPYING | 10 年之前 | |
| README.md | 10 年之前 | |
| setup.py | 10 年之前 |
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.