Skip to content

Commit 9c0d8db

Browse files
authored
Merge pull request #22 from marklogic/feature/docs-tweak
Added Python version to docs and link to PyPI
2 parents d53224f + cda7a84 commit 9c0d8db

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@ MarkLogic Python Client further simplifies usage of the `requests` library by su
1010
strategies with MarkLogic and improving the user experience with some of the more common endpoints in the MarkLogic
1111
REST API.
1212

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/):
1415

1516
pip install marklogic-python-client
1617

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+
1721
An instance of the client can be used in the exact same way as the `requests` API:
1822

1923
```

0 commit comments

Comments
 (0)