Installation¶
Dependencies¶
Python-Redmine relies heavily on great Requests library by Kenneth Reitz for all the http(s) calls.
Standard Edition¶
PyPI¶
The recommended way to install is from Python Package Index (PyPI) with pip:
$ pip install python-redmine
GitHub¶
Python-Redmine is actively developed on GitHub. If you want to get latest development sources you have to clone the repository:
$ git clone git://github.com/maxtepkeev/python-redmine.git
Once you have the sources, you can install it into your site-packages:
$ python setup.py install
You can also install latest stable development version via pip:
$ pip install git+https://github.com/maxtepkeev/python-redmine.git@master
Pro Edition¶
License for a Pro Edition can be bought here. You will receive an email with all the details regarding Pro Edition installation process. In case of any problems support is provided via support@python-redmine.com. Please be sure to write from email that was specified during the purchase procedure.