From 7d8d2d71ce8e72902529cba7122a8a89dcfabcb6 Mon Sep 17 00:00:00 2001 From: Kelle Cruz Date: Thu, 14 Nov 2024 14:19:48 +0100 Subject: [PATCH] Specify python versions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db51094..28f9a01 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,14 @@ ## Installation -Install in an environment with at least Python 3.11 +Install in an environment with Python 3.11 or 3.12. ``` pip install sedkit ``` ### Developer Instructions -If you plan to modify and/or contribute to the code, install an editable version of the package and the requirements for running the tests. +If you plan to modify and/or contribute to the code, clone the repository and then install an editable version of the package and the requirements for running the tests. ``` pip install -e ".[test]"