update README: Poetry no longer needed for users
The README still says
For now, you'll also need Poetry to run this software.
Since !10 (merged) and tag 0.1.0
, this is no longer true:
See here & db/dbs1/dbs1-gpws!3 for how it can be installed with pip
.
-
update installation instructions to use pipx
(orvenv
+pip
) -
update usage instructions to assume installed PyPI package, rather than using poetry
in a repo clone.