Skip to content

Commit

Permalink
Add python version requirement to README
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenfmann committed Jul 22, 2024
1 parent 3b743a8 commit 37e7ba2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/evoke-signals)

# Overview

+ [Tutorial](https://colab.research.google.com/drive/1AwUCP05lpITAP7_EZD7loGv3unhnwvhM#forceEdit=true&sandboxMode=true) | *Google Colab*
Expand All @@ -13,6 +15,11 @@ It comprises a library of methods from **evolutionary game theory** `evoke/src/`

See the interactive tutorial on [Google Colab](https://colab.research.google.com/drive/1AwUCP05lpITAP7_EZD7loGv3unhnwvhM#forceEdit=true&sandboxMode=true).

## Requirements

evoke currently requires Python versions 3.9-3.11.
Further requirements are listed in `pyproject.toml`.

## Installation

Install with pip: `pip install evoke_signals`.
Expand Down

0 comments on commit 37e7ba2

Please sign in to comment.