Skip to content

Commit

Permalink
Specify python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kelle authored Nov 14, 2024
1 parent 26eae4d commit 7d8d2d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand Down

0 comments on commit 7d8d2d7

Please sign in to comment.