diff --git a/README.md b/README.md index 1c56d44..9704c0d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Copy `config.example.py` to `config.py`. Configure your destination directory, a This project uses [Poetry](https://python-poetry.org/), which has very clear documentation on how to install it: -You will need Python 3.12, so install it.. please. +You will need Python 3.12 or later, so install it.. please. 1. `pip install pipx` to install PIPX 2. `pipx install poetry` to install Poetry under PIPX (You will have global access to Poetry, PIPX performs some gnarly isolation while still allowing global access to tools)