aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-04-10 16:15:41 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-04-10 16:15:41 -0700
commit978edc5dc5fe90f705252c44c1291cc6140eeb3a (patch)
treea39afa9c7a71e4f3bf5ce9774706fdf83084283d
parent325afb68b37eb53693a1b24d2a9d1ecda164995e (diff)
downloadfatcat-978edc5dc5fe90f705252c44c1291cc6140eeb3a.tar.gz
fatcat-978edc5dc5fe90f705252c44c1291cc6140eeb3a.zip
add warning about pipenv version
-rw-r--r--python/README.md3
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: