Make the top-level README appropriately link to component-level READMEs
Rewrites the imls-backend/README to deliver concise and correct information on installation and testing
Streamlines backend docs by relying directly on Poetry for virtual environment management
Cosmetic variable name to refer to testing env variables as PYTEST not POETRY
I use black to do auto-formatting in Python, so there are some formatting things in this PR as well (sorry)
This PR intends to:
Make the top-level README appropriately link to component-level READMEs Rewrites the imls-backend/README to deliver concise and correct information on installation and testing Streamlines backend docs by relying directly on Poetry for virtual environment management Cosmetic variable name to refer to testing env variables as PYTEST not POETRY
I use
black
to do auto-formatting in Python, so there are some formatting things in this PR as well (sorry)