From ad368007881bac4a060de6915fab609d5631e60c Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 11 Dec 2020 16:56:26 -0800 Subject: small python 3.7 -> 3.8 tweaks --- python/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/README.md') diff --git a/python/README.md b/python/README.md index bed8a028..a7306924 100644 --- a/python/README.md +++ b/python/README.md @@ -11,9 +11,9 @@ pypi.org. ## Dependencies -This project uses `pipenv` to manage dependencies, and requires Python 3.7. +This project uses `pipenv` to manage dependencies, and requires Python 3.8. You can can install `pipenv` with `pip` (or `pip3`). If you also install -`pyenv`, `pipenv` will automatically install Python 3.7 for you if needed. You +`pyenv`, `pipenv` will automatically install Python 3.8 for you if needed. You may want to set the `PIPENV_VENV_IN_PROJECT` environment variable on your development machine (see pipenv docs for details). -- cgit v1.2.3