We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b79491 commit 3cc0ef0Copy full SHA for 3cc0ef0
docs/installation.rst
@@ -7,6 +7,13 @@ Dependencies
7
Python Redmine relies heavily on great `Requests <http://docs.python-requests.org>`_
8
library by Kenneth Reitz for all the http(s) calls.
9
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
17
PyPI
18
----
19
0 commit comments