diff --git a/README.md b/README.md index 28f73b75..07240203 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,10 @@ pip install -e . # Dev mode and dev dependencies, if you want to modify camtools and run tests. pip install -e .[dev] + +# Help VSCode resolve imports when installed with editable mode. +# https://stackoverflow.com/a/76897706/1255535 +pip install -e .[dev] --config-settings editable_mode=strict ``` ## Camera coordinate system