Skip to content

Commit f74192e

Browse files
committed
doc: update install chapter
1 parent 6684755 commit f74192e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

docs/source/getting_started.rst

-11
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,6 @@ For stereo reconstruction we invite you to install pandora **and** the required
3232
pip install pandora[sgm]
3333
pip install pandora[mccnn]
3434
35-
.. note::
36-
37-
To install Pandora in editable mode (with ``pip install -e``), the extra argument ``--no-build-isolation`` must also be added in order for Python to be able to find the C++ compiled libairies that are part of Pandora. Additional dependencies are needed as well.
38-
39-
.. code-block:: bash
40-
41-
pip install meson-python meson ninja # dependencies
42-
pip install --no-build-isolation --editable pandora
43-
44-
More details on editable builds with meson are available in the `official meson-python documentation <https://mesonbuild.com/meson-python/how-to-guides/editable-installs.html>`_.
45-
4635
4736
First step
4837
##########

0 commit comments

Comments
 (0)