Skip to content

Commit 3cc0ef0

Browse files
committed
doc update
1 parent 1b79491 commit 3cc0ef0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/installation.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ Dependencies
77
Python Redmine relies heavily on great `Requests <http://docs.python-requests.org>`_
88
library by Kenneth Reitz for all the http(s) calls.
99

10+
Conflicts
11+
---------
12+
13+
Python Redmine can't be used together with `PyRedmine <https://pypi.python.org/pypi/pyredmine>`_
14+
because they both use same module name, i.e. ``redmine`` which causes unexpected behaviour for
15+
both packages. That means that you have to uninstall PyRedmine before installing Python Redmine.
16+
1017
PyPI
1118
----
1219

0 commit comments

Comments
 (0)