File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,14 @@ MarkLogic Python Client further simplifies usage of the `requests` library by su
10
10
strategies with MarkLogic and improving the user experience with some of the more common endpoints in the MarkLogic
11
11
REST API.
12
12
13
- The client is easily [ installed via pip] ( https://packaging.python.org/en/latest/guides/tool-recommendations/ ) :
13
+ The client requires Python 3.9 or higher. It is [ available at PyPI] ( https://pypi.org/project/marklogic-python-client/ )
14
+ and can be [ installed via pip] ( https://packaging.python.org/en/latest/guides/tool-recommendations/ ) :
14
15
15
16
pip install marklogic-python-client
16
17
18
+ The client's sole dependency with MarkLogic is on the MarkLogic REST API. MarkLogic 10 and higher is supported, and
19
+ earlier versions of MarkLogic that support the MarkLogic REST API are likely to work as well though are not tested.
20
+
17
21
An instance of the client can be used in the exact same way as the ` requests ` API:
18
22
19
23
```
You can’t perform that action at this time.
0 commit comments