From 9c4d3a39657c485181eb101485d074122e3d55b9 Mon Sep 17 00:00:00 2001 From: Scott Stevenson Date: Sat, 19 Oct 2024 15:05:42 +0100 Subject: [PATCH] Document required Python version (#253) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d96b3f..01a21df 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ on 8th May 2021. ## Installation -To install the latest release from [PyPI] with [pip], use: +`xdg-base-dirs` requires Python 3.10 or later. To install the latest release +from [PyPI] with [pip], use: ```bash python3 -m pip install xdg-base-dirs