nerfstudio-project / viser

Web-based 3D visualization + Python

Home Page:https://viser.studio/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to install

Yuhuoo opened this issue · comments

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:

viser/pyproject.toml

Lines 46 to 49 in 65cd9a2

examples = [
"torch>=1.13.1",
"matplotlib>=3.7.1",
]