Skip to content

Commit 5f18c64

Browse files
committed
Updated README to match docs home page
1 parent f092336 commit 5f18c64

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ MarkLogic Python Client further simplifies usage of the `requests` library by su
66
strategies with MarkLogic and improving the user experience with some of the more common endpoints in the MarkLogic
77
REST 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+
917
An instance of the client can be easily created and then used in the exact same way as the `requests` API:
1018

1119
```

0 commit comments

Comments
 (0)