diff options
| -rw-r--r-- | python/README.md | 3 | 
1 files changed, 3 insertions, 0 deletions
| 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: | 
