Skip to content

Commit

Permalink
docs: install with strict editable mode (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
yxlao authored Apr 6, 2024
1 parent 5bf6199 commit 65dde09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65dde09

Please sign in to comment.