NREL / mappymatch

Pure-python package for map matching
http://mappymatch.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
65 stars 20 forks source link

Update docs to explain things around pip requirements #144

Closed machallboyd closed 1 year ago

machallboyd commented 2 years ago

Following PR https://github.com/NREL/mappymatch/pull/140, we've got requirements defined suitable for installation with pip, including one set for contributor installs.

nreinicke commented 1 year ago

For the time being, I've rolled backed our pinned requirements to keep things a bit simpler and I've added a new section into the contributor docs for how to add a new dependency (basically just add to the pyproject.toml file).