IMLS / estimating-wifi

Estimating Wifi is a pilot project to automate the censusing of proximal wifi devices via low-cost and open source tools.
https://10x.gsa.gov/projects/shared-components-for-museums-and-libraries/
Other
10 stars 2 forks source link

Docs update #328

Closed bklaas closed 1 year ago

bklaas commented 1 year ago

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)