From 978edc5dc5fe90f705252c44c1291cc6140eeb3a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 10 Apr 2019 16:15:41 -0700 Subject: add warning about pipenv version --- python/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/README.md b/python/README.md index fe9a411d..654134a4 100644 --- a/python/README.md +++ b/python/README.md @@ -28,6 +28,9 @@ notes in Pipfile). You can can install `pipenv` with `pip`. 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. + To just run the web interface (which will try to connect to a back-end API server on the same machine by default), use: -- cgit v1.2.3