Skip to content

Commit

Permalink
docs(Python version): clarify that default is Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernLudwigPTB committed Aug 3, 2023
1 parent 6c11978 commit dcd54ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,8 @@ Regarding comments in the code we recommend to invest 45 minutes for the PyCon D

We use [_pip-tools_](https://pypi.org/project/pip-tools/) for dependency management.
The root folder contains a _requirements.txt_ and a _dev-requirements.txt_
for the default Python version. _pip-tools_' command `pip-compile` finds
the right versions from the dependencies listed in _setup.py_ and is manually run by the
maintainers regularly.
for Python 3.11. _pip-tools_' command `pip-compile` finds the right versions from the
dependencies listed in _setup.py_ and is manually run by the maintainers regularly.

## Licensing

Expand Down
3 changes: 2 additions & 1 deletion docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ As already mentioned in the README, agentMET4FOF can either be [installed as a P
package](#install-agentmet4fof-as-a-python-package) or [launched in a Docker
container](#use-agentmet4fof-from-inside-a-docker-container).

Note that agentMET4FOF is made for Python 3.8 or higher.
Note that agentMET4FOF is made for Python 3.8 or higher and the should work best with
Python 3.11.

## Install agentMET4FOF as a Python package

Expand Down

0 comments on commit dcd54ea

Please sign in to comment.