Open
Description
Line 60 in 7d49831
- My Debian install uses the "externally managed" python3 install option, so it seems that I need
pipx
rather 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/.- 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