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