markdown to html with mistune parser
|
8 years ago | |
---|---|---|
lpschedule | 8 years ago | |
tests | 8 years ago | |
.gitignore | 8 years ago | |
AUTHORS | 8 years ago | |
COPYING | 8 years ago | |
README.md | 8 years ago | |
setup.py | 8 years ago |
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.