From a6678ec0f4341f74cfafe41dd209133d07e02f8e Mon Sep 17 00:00:00 2001 From: rpauly18 <50752018+rpauly18@users.noreply.github.com> Date: Wed, 30 Jun 2021 09:39:04 -0600 Subject: [PATCH] Update README.md Updating required python version numbers. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd4d729da..8a35dcbdd 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ See the [MHKiT documentation](https://mhkit-software.github.io/MHKiT) for more i Installation ------------------------ -MHKiT-Python requires Python (3.6 or 3.7) along with several Python +MHKiT-Python requires Python (3.7, 3.8, or 3.9) along with several Python package dependencies. MHKiT-Python can be installed from PyPI using the command ``pip install mhkit``. See [installation instructions](https://mhkit-software.github.io/MHKiT/installation.html) for more information.