Just tried to set up the development environment as described here: https://github.com/geopython/OWSLib/blob/c625fa581364854b44724a71d837eea6d519a0d0/docs/source/development.rst But It seems outdated. There are no `requirements.txt` files anymore ... The instructions in the CI says: ```text pip3 install -e . pip3 install ".[dev]" pip3 install ".[docs]" pip3 install ".[test]" ``` Would be great to update that
Just tried to set up the development environment as described here: https://github.com/geopython/OWSLib/blob/c625fa581364854b44724a71d837eea6d519a0d0/docs/source/development.rst
But It seems outdated. There are no
requirements.txtfiles anymore ...The instructions in the CI says:
Would be great to update that