-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CHeckout repo for gh release, other fixes
VIewer app in docs/getting_started.rst
- Loading branch information
Showing
3 changed files
with
55 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,21 @@ Getting started | |
|
||
.. _install_open3d_python: | ||
|
||
Viewer | ||
====== | ||
|
||
Use the Open3D viewer application to visualize 3D data in various formats and | ||
interact with it. You can download the latest stable release app from `Github | ||
releases <https://github.com/isl-org/Open3D/releases>`__. The latest development | ||
version (``HEAD`` of ``main`` branch) viewer app is provided here [#]_: | ||
|
||
* `Linux (Ubuntu 18.04+ or glibc 2.27+ [#]_) <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-viewer-@[email protected]>`__ | ||
* `MacOSX v10.15+ (Intel or Apple Silicon) <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-@OPEN3D_VERSION_FULL@-app-macosx-10_15-universal2.zip>`__ | ||
* `Windows 10+ (64-bit) <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-@[email protected]>`__ | ||
|
||
.. [#] Please use these links from the `latest version of this page <https://www.open3d.org/docs/latest/getting_started.html>`__ only. | ||
.. [#] To check the `glibc` version on your system, run :code:`ldd --version`. | ||
Python | ||
====== | ||
|
||
|
@@ -68,30 +83,31 @@ version (``HEAD`` of ``main`` branch): | |
.. list-table:: | ||
:stub-columns: 1 | ||
:widths: auto | ||
https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-@OPEN3D_VERSION_FULL@-cp310-cp310-manylinux_2_27_x86_64.whl | ||
|
||
* - Linux | ||
- `Python 3.8 <https://storage.googleapis.com/open3d-releases/python-wheels/open3d-@OPEN3D_VERSION_FULL@-cp38-cp38-manylinux_2_27_x86_64.whl>`__ | ||
- `Python 3.9 <https://storage.googleapis.com/open3d-releases/python-wheels/open3d-@OPEN3D_VERSION_FULL@-cp39-cp39-manylinux_2_27_x86_64.whl>`__ | ||
- `Python 3.10 <https://storage.googleapis.com/open3d-releases/python-wheels/open3d-@OPEN3D_VERSION_FULL@-cp310-cp310-manylinux_2_27_x86_64.whl>`__ | ||
- `Python 3.11 <https://storage.googleapis.com/open3d-releases/python-wheels/open3d-@OPEN3D_VERSION_FULL@-cp311-cp311-manylinux_2_27_x86_64.whl>`__ | ||
- `Python 3.8 <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-@OPEN3D_VERSION_FULL@-cp38-cp38-manylinux_2_27_x86_64.whl>`__ | ||
- `Python 3.9 <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-@OPEN3D_VERSION_FULL@-cp39-cp39-manylinux_2_27_x86_64.whl>`__ | ||
- `Python 3.10 <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-@OPEN3D_VERSION_FULL@-cp310-cp310-manylinux_2_27_x86_64.whl>`__ | ||
- `Python 3.11 <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-@OPEN3D_VERSION_FULL@-cp311-cp311-manylinux_2_27_x86_64.whl>`__ | ||
|
||
* - Linux (CPU) | ||
- `Python 3.8 <https://storage.googleapis.com/open3d-releases/python-wheels/open3d_cpu-@OPEN3D_VERSION_FULL@-cp38-cp38-manylinux_2_27_x86_64.whl>`__ | ||
- `Python 3.9 <https://storage.googleapis.com/open3d-releases/python-wheels/open3d_cpu-@OPEN3D_VERSION_FULL@-cp39-cp39-manylinux_2_27_x86_64.whl>`__ | ||
- `Python 3.10 <https://storage.googleapis.com/open3d-releases/python-wheels/open3d_cpu-@OPEN3D_VERSION_FULL@-cp310-cp310-manylinux_2_27_x86_64.whl>`__ | ||
- `Python 3.11 <https://storage.googleapis.com/open3d-releases/python-wheels/open3d_cpu-@OPEN3D_VERSION_FULL@-cp311-cp311-manylinux_2_27_x86_64.whl>`__ | ||
- `Python 3.8 <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d_cpu-@OPEN3D_VERSION_FULL@-cp38-cp38-manylinux_2_27_x86_64.whl>`__ | ||
- `Python 3.9 <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d_cpu-@OPEN3D_VERSION_FULL@-cp39-cp39-manylinux_2_27_x86_64.whl>`__ | ||
- `Python 3.10 <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d_cpu-@OPEN3D_VERSION_FULL@-cp310-cp310-manylinux_2_27_x86_64.whl>`__ | ||
- `Python 3.11 <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d_cpu-@OPEN3D_VERSION_FULL@-cp311-cp311-manylinux_2_27_x86_64.whl>`__ | ||
|
||
* - MacOS | ||
- `Python 3.8 (x86_64) <https://storage.googleapis.com/open3d-releases/python-wheels/open3d-@OPEN3D_VERSION_FULL@-cp38-cp38-macosx_11_0_x86_64.whl>`__ | ||
- `Python 3.9 (x86_64) <https://storage.googleapis.com/open3d-releases/python-wheels/open3d-@OPEN3D_VERSION_FULL@-cp39-cp39-macosx_11_0_x86_64.whl>`__ | ||
- `Python 3.10 (x86_64+arm64) <https://storage.googleapis.com/open3d-releases/python-wheels/open3d-@OPEN3D_VERSION_FULL@-cp310-cp310-macosx_11_0_universal2.whl>`__ | ||
- `Python 3.11 (x86_64+arm64) <https://storage.googleapis.com/open3d-releases/python-wheels/open3d-@OPEN3D_VERSION_FULL@-cp311-cp311-macosx_10_15_universal2.whl>`__ | ||
- `Python 3.8 (x86_64) <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-@OPEN3D_VERSION_FULL@-cp38-cp38-macosx_11_0_x86_64.whl>`__ | ||
- `Python 3.9 (x86_64) <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-@OPEN3D_VERSION_FULL@-cp39-cp39-macosx_11_0_x86_64.whl>`__ | ||
- `Python 3.10 (x86_64+arm64) <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-@OPEN3D_VERSION_FULL@-cp310-cp310-macosx_11_0_universal2.whl>`__ | ||
- `Python 3.11 (x86_64+arm64) <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-@OPEN3D_VERSION_FULL@-cp311-cp311-macosx_10_15_universal2.whl>`__ | ||
|
||
* - Windows | ||
- `Python 3.8 <https://storage.googleapis.com/open3d-releases/python-wheels/open3d-@OPEN3D_VERSION_FULL@-cp38-cp38-win_amd64.whl>`__ | ||
- `Python 3.9 <https://storage.googleapis.com/open3d-releases/python-wheels/open3d-@OPEN3D_VERSION_FULL@-cp39-cp39-win_amd64.whl>`__ | ||
- `Python 3.10 <https://storage.googleapis.com/open3d-releases/python-wheels/open3d-@OPEN3D_VERSION_FULL@-cp310-cp310-win_amd64.whl>`__ | ||
- `Python 3.11 <https://storage.googleapis.com/open3d-releases/python-wheels/open3d-@OPEN3D_VERSION_FULL@-cp311-cp311-win_amd64.whl>`__ | ||
- `Python 3.8 <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-@OPEN3D_VERSION_FULL@-cp38-cp38-win_amd64.whl>`__ | ||
- `Python 3.9 <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-@OPEN3D_VERSION_FULL@-cp39-cp39-win_amd64.whl>`__ | ||
- `Python 3.10 <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-@OPEN3D_VERSION_FULL@-cp310-cp310-win_amd64.whl>`__ | ||
- `Python 3.11 <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-@OPEN3D_VERSION_FULL@-cp311-cp311-win_amd64.whl>`__ | ||
|
||
Please use these links from the `latest version of this page | ||
<https://www.open3d.org/docs/latest/getting_started.html>`__ only. You can also | ||
|
@@ -162,24 +178,24 @@ available for the main supported platforms. Also, the latest development version | |
.. hlist:: | ||
:columns: 2 | ||
|
||
* `x86_64 (CXX11 ABI) <https://storage.googleapis.com/open3d-releases/devel/open3d-devel-linux-x86_64-cxx11-abi-@[email protected]>`__ | ||
* `x86_64 (CXX11 ABI) with CUDA 11.x <https://storage.googleapis.com/open3d-releases/devel/open3d-devel-linux-x86_64-cxx11-abi-cuda-@[email protected]>`__ | ||
* `x86_64 (pre CXX11 ABI) <https://storage.googleapis.com/open3d-releases/devel/open3d-devel-linux-x86_64-pre-cxx11-abi-@[email protected]>`__ | ||
* `x86_64 (pre CXX11 ABI) with CUDA 11.x <https://storage.googleapis.com/open3d-releases/devel/open3d-devel-linux-x86_64-pre-cxx11-abi-cuda-@[email protected]>`__ | ||
* `x86_64 (CXX11 ABI) <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-devel-linux-x86_64-cxx11-abi-@[email protected]>`__ | ||
* `x86_64 (CXX11 ABI) with CUDA 11.x <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-devel-linux-x86_64-cxx11-abi-cuda-@[email protected]>`__ | ||
* `x86_64 (pre CXX11 ABI) <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-devel-linux-x86_64-pre-cxx11-abi-@[email protected]>`__ | ||
* `x86_64 (pre CXX11 ABI) with CUDA 11.x <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-devel-linux-x86_64-pre-cxx11-abi-cuda-@[email protected]>`__ | ||
|
||
:MacOSX v10.15+: | ||
.. hlist:: | ||
:columns: 2 | ||
|
||
* `x86_64 <https://storage.googleapis.com/open3d-releases/devel/open3d-devel-darwin-x86_64-@[email protected]>`__ | ||
* `arm64 <https://storage.googleapis.com/open3d-releases/devel/open3d-devel-darwin-arm64-@[email protected]>`__ | ||
* `x86_64 <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-devel-darwin-x86_64-@[email protected]>`__ | ||
* `arm64 <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-devel-darwin-arm64-@[email protected]>`__ | ||
|
||
:Windows 10+: | ||
.. hlist:: | ||
:columns: 2 | ||
|
||
* `x86_64 Release <https://storage.googleapis.com/open3d-releases/devel/open3d-devel-windows-amd64-@[email protected]>`__ | ||
* `x86_64 Debug <https://storage.googleapis.com/open3d-releases/devel/open3d-devel-windows-amd64-@[email protected]>`__ | ||
* `x86_64 Release <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-devel-windows-amd64-@[email protected]>`__ | ||
* `x86_64 Debug <https://github.com/isl-org/Open3D/releases/download/devel-main/open3d-devel-windows-amd64-@[email protected]>`__ | ||
|
||
.. [#] Please use these links from the `latest version of this page <https://www.open3d.org/docs/latest/getting_started.html>`__ | ||
only. | ||
|