pip install
pip install -e .[testing]
、この[]は何だろうかと思って調べました。
- python - What do square brackets mean in pip install? - Stack Overflow
- https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies
pip(setuptools)のsyntaxということなので、このリンクにあるように、"hoge[moge]"とクオテーションで囲ったほうがよい。