Installation
Stable release
The easiest way to install Markdown Changelog is to use pip
pip install markdown-changelog
From source
The source files for Markdown Changelog can be downloaded from the GitHub repo
You may use pip to install the latest version
pip install git+git://github.com/lukasz-migas/markdown-changelog.git
Alternatively, you can also clone the public repository:
git clone git://github.com/lukasz-migas/markdown-changelog
Once you have a copy of the source, you can install it with
python setup.py install