- My Debian install uses the "externally managed" python3 install option, so it seems that I need
pipx rather than pip. Neither was installed and I had to find installation instructions for both. It would be nice to link to them.
pip install ".[dev]" must be run from the local clone of python-scraperlib/.
- IIUC
pre-commit also requires a pip/pipx install, after which the current line is redundant
invoke is unknown after all that.
$ invoke coverage
-bash: invoke: command not found
python-scraperlib/README.md
Line 60 in 7d49831
pipxrather thanpip. Neither was installed and I had to find installation instructions for both. It would be nice to link to them.pip install ".[dev]"must be run from the local clone of python-scraperlib/.pre-commitalso requires a pip/pipx install, after which the current line is redundantinvokeis unknown after all that.$ invoke coverage -bash: invoke: command not found