Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano authored Jan 1, 2025
1 parent a34d1d5 commit dcf1b50
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ You can change the server address by editing the file `config.json`, see below.

## Requirements

This client has been developed and was tested with Python `3.5`-`3.9` and should work with any higher `3.*` versions. It uses `requests` as dependency beyond the Standard Python Library.
This client has been developed and was tested with Python `3.8`-`3.13` and should work with any higher `3.*` versions.
It uses `requests` as dependency beyond the Standard Python Library.

## Install

Expand All @@ -43,7 +44,7 @@ python3 -m pip install git+https://github.com/kermitt2/grobid_client_python.git
```
git clone https://github.com/kermitt2/grobid_client_python
cd grobid_client_python
python3 setup.py install
pip install -e .
```

There is nothing more needed to start using the python command lines, see the next section.
Expand Down

0 comments on commit dcf1b50

Please sign in to comment.