aboutsummaryrefslogtreecommitdiffstats
path: root/python/README.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-04-13 13:26:53 -0700
committerBryan Newbold <bnewbold@robocracy.org>2020-04-13 13:27:04 -0700
commit0fdd9a111437c4950961badde1199a15021a5483 (patch)
treec12bd2ce6c84c6fb156ef5547ddc96bcc3da7b90 /python/README.md
parent3993e88eb233669a3d31abecf2156c2921bcc49a (diff)
downloadfatcat-0fdd9a111437c4950961badde1199a15021a5483.tar.gz
fatcat-0fdd9a111437c4950961badde1199a15021a5483.zip
update README and coveragerc for python3.7
Diffstat (limited to 'python/README.md')
-rw-r--r--python/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/python/README.md b/python/README.md
index 7c97bbc0..bed8a028 100644
--- a/python/README.md
+++ b/python/README.md
@@ -11,11 +11,11 @@ pypi.org.
## Dependencies
-This project uses `pipenv` to manage dependencies, and requires Python 3.5.
+This project uses `pipenv` to manage dependencies, and requires Python 3.7.
You can can install `pipenv` with `pip` (or `pip3`). If you also install
-`pyenv`, `pipenv` will automatically install Python 3.5 for you. You may want
-to set the `PIPENV_VENV_IN_PROJECT` environment variable on your development
-machine (see pipenv docs for details).
+`pyenv`, `pipenv` will automatically install Python 3.7 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).
NOTE: ensure you are using at least pipenv version `2018.11.26`. Earlier
versions had a bug which caused problems with our local path dependency.