diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-15 13:11:52 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-15 13:15:15 -0800 |
commit | bb28a3fc1cc900f2dde31e1dbc492d9661034f41 (patch) | |
tree | f037dd3d1bab6cbf08a562dbdd4c09361fe0c030 /python/README.md | |
parent | 9f817c6c70a749f2ac449ab4edfd26c6dd8a7410 (diff) | |
download | fatcat-bb28a3fc1cc900f2dde31e1dbc492d9661034f41.tar.gz fatcat-bb28a3fc1cc900f2dde31e1dbc492d9661034f41.zip |
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
Diffstat (limited to 'python/README.md')
-rw-r--r-- | python/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
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: |