You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current install procedure of the Python binding is inconvenient.
It would be nice if we can install it through pip, .e.g, by pip install . --user.
An install script (setup.py or something like that) that satisfies
Builds and installs C++ shared library as well as Python binding
Enables CMake options (-DOPTIMIZE_FOR_NATIVE and -DBUILD_VIEWER)
is desired.
The text was updated successfully, but these errors were encountered:
The current install procedure of the Python binding is inconvenient.
It would be nice if we can install it through pip, .e.g, by
pip install . --user
.An install script (
setup.py
or something like that) that satisfies-DOPTIMIZE_FOR_NATIVE
and-DBUILD_VIEWER
)is desired.
The text was updated successfully, but these errors were encountered: