We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef224e commit b6586baCopy full SHA for b6586ba
README.md
@@ -10,6 +10,15 @@ The Python binding requires Python 2.6 or greater and is available through pip:
10
11
`pip install rosette_api`
12
13
+If the version you are using is not [the latest from PyPI](https://pypi.org/project/rosette_api/#history),
14
+please check for its [**compatibilty with api.rosette.com**](https://developer.rosette.com/features-and-functions?python).
15
+If you have an on-premise version of Rosette API server, please contact support for
16
+binding compatibility with your installation.
17
+
18
+To check your installed version:
19
20
+`pip show rosette_api`
21
22
Basic Usage
23
-----------
24
0 commit comments