From 8574414872d4f44cff90ba93679d361478cca407 Mon Sep 17 00:00:00 2001 From: Charles JAVERLIAT Date: Mon, 6 May 2024 19:45:23 +0200 Subject: [PATCH] Add python required version --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5727d2..f0ee117 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ PLUME Python is a Python package that allows you to load and extract data from P ## Getting Started -PLUME Python can be installed directly from PyPI using the following command: +PLUME Python can be installed directly from PyPI (requires Python >= 3.10) using the following command: + ```bash pip install plume-python ```