Skip to content

Commit 4fe56f2

Browse files
committed
docs update
1 parent dbae1cf commit 4fe56f2

2 files changed

Lines changed: 38 additions & 1 deletion

File tree

README.rst

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,40 @@ a simple but powerful Pythonic API inspired by a well-known `Django ORM
4141
'Vacation'
4242
>>> project.issues[0].time_entries
4343
<redmine.resultsets.ResourceSet object with TimeEntry resources>
44+
45+
Dependencies
46+
------------
47+
48+
Python Redmine relies heavily on great `Requests <http://docs.python-requests.org>`_
49+
library by Kenneth Reitz for all the http(s) calls.
50+
51+
Installation
52+
------------
53+
54+
To install Python Redmine, simply:
55+
56+
.. code-block:: bash
57+
58+
$ pip install python-redmine
59+
60+
or:
61+
62+
.. code-block:: bash
63+
64+
$ easy_install python-redmine
65+
66+
Documentation
67+
-------------
68+
69+
Documentation is available at http://python-redmine.readthedocs.org.
70+
71+
Contact and Support
72+
-------------------
73+
74+
I will be glad to get your feedback, pull requests, issues, whatever. Feel free to contact me for any questions.
75+
76+
Copyright and License
77+
---------------------
78+
79+
``python-redmine`` is protected by Apache 2.0 licence. Check the `LICENCE
80+
<https://github.com/maxtepkeev/python-redmine/blob/master/LICENSE>`_ for details.

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
0.1.0 (2014-01-08)
4+
0.1.0 (2014-01-09)
55
------------------
66

77
- Initial release

0 commit comments

Comments
 (0)