pip install --editable '.[dev]' Configure thepre-commithooks: pre-commit install && pre-commit install -t pre-push Packaging To isolate and be able to re-produce the environment for this package, you should use aPython Virtual Environment. To do so, run: ...
pip install --editable '.[dev]' All the source code is in a sub-directory under src. Configuration We use ConfigParser package to manage configuration. It allows a default configuration which can be overwritten by the user in a specific file in their environment. See https://pymotw.com/...
pip install --editable '.[dev]' All the source code is in a sub-directory under src. Configuration We use ConfigParser package to manage configuration. It allows a default configuration which can be overwritten by the user in a specific file in their environment. See https://pymotw.com/...