From bb28a3fc1cc900f2dde31e1dbc492d9661034f41 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 15 Nov 2018 13:11:52 -0800 Subject: large refactor of python names/paths - Add __init__.py files for fatcat_tools submodules, and use them in imports - Add a bunch of comments to files. - rename a number of classes and functions to be less verbose --- python/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'python/README.md') diff --git a/python/README.md b/python/README.md index 9b244e2d..0cfbab21 100644 --- a/python/README.md +++ b/python/README.md @@ -23,10 +23,10 @@ locally): ## Web Interface This project uses `pipenv` to manage dependencies, and assumes Python 3.5 -(which pipenv may install if you are running a different local version). 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). +(which pipenv may install if you are running a different local version; see +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). 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