From af825f3bc63ec46d8a37c0ad680ed72dcdab1836 Mon Sep 17 00:00:00 2001 From: bikegeek <3753118+bikegeek@users.noreply.github.com> Date: Tue, 1 Aug 2023 17:22:35 -0600 Subject: [PATCH] Update README.md (#321) update required Python version to 3.10+ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 567e38a1..36d28fca 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,6 @@ Instructions for installing the metcalcpy package locally Instructions for installing the metcalcpy package from PyPI ----------------------------------------------------------- -- activate your Python 3.8.6+ conda environment +- activate your Python 3.10+ conda environment - run the following from the command line: - pip install metcalcpy==x.y.z where x.y.z is the version number of interest