diff options
-rw-r--r-- | python/.coveragerc | 2 | ||||
-rw-r--r-- | python/README.md | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/.coveragerc b/python/.coveragerc index 5daa8d30..50853426 100644 --- a/python/.coveragerc +++ b/python/.coveragerc @@ -2,4 +2,4 @@ source = fatcat_tools fatcat_web - .venv/lib/python3.5/site-packages/fatcat_openapi_client + .venv/lib/python3.7/site-packages/fatcat_openapi_client 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. |