viser
viser copied to clipboard
How to install
what is the meaning of
pip install -e .[examples]
The README needs to be cleaned up a little bit, but this is an editable local install: https://packaging.python.org/en/latest/tutorials/installing-packages/#installing-from-a-local-src-tree that specifically includes the extra dependencies used by the examples: https://packaging.python.org/en/latest/tutorials/installing-packages/#installing-extras
These extra dependencies are specified here: https://github.com/nerfstudio-project/viser/blob/65cd9a2d2a448e570f9ae2bac2a080ee6ace473c/pyproject.toml#L46-L49