From ca46688eab67228aa5d40ec90d3863962bdc5712 Mon Sep 17 00:00:00 2001 From: Edoardo Pasca <14138589+paskino@users.noreply.github.com> Date: Mon, 31 Mar 2025 15:42:37 +0100 Subject: [PATCH] Added minimum requirements to docs --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d4ef57..f748262 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,11 @@ Via `pip`/`conda`/`mamba`, i.e. any of the following: - `mamba install -c conda-forge eqt` -#### Note: -`eqt` uses the [`qtpy`](https://github.com/spyder-ide/qtpy) abstraction layer for Qt bindings, meaning that it works with either PySide or PyQt bindings. Thus, the package does not depend on either. If the environment does not already have a Qt binding then the user *must* install either `pyside2` or `pyqt5`. +> [!IMPORTANT] +> `eqt` uses the [`qtpy`](https://github.com/spyder-ide/qtpy) abstraction layer for Qt bindings, meaning that it works with either PySide or PyQt bindings. Thus, the package does not depend on either. If the environment does not already have a Qt binding then the user *must* install either `pyside2` or `pyqt5`. + +### Minimum requirements +`eqt` depends on Python>=3.9 ## Examples