Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Dev mode
Installing Meshroom
-------------------

If you are using ``openlifu.nav.photoscan`` to reconstruct meshes from photo collections, then you will need to set up **Meshroom 2023.3.0**.
If you are using ``openlifu.nav.photoscan`` to reconstruct meshes from photo collections, then you will need to set up **Meshroom 2025.1.0**.

Ubuntu
~~~~~~
Expand All @@ -80,7 +80,7 @@ Run:

.. code:: bash

export PATH="<path-to-meshroom>/Meshroom-2023.3.0:$PATH"
export PATH="<path-to-meshroom>/Meshroom-2025.1.0-Linux:$PATH"

Replace ``<path-to-meshroom>`` with the actual path where Meshroom was extracted.

Expand All @@ -89,7 +89,7 @@ For Bash users:

.. code:: bash

echo 'export PATH="<path-to-meshroom>/Meshroom-2023.3.0:$PATH"' >> ~/.bashrc
echo 'export PATH="<path-to-meshroom>/Meshroom-2025.1.0-Linux:$PATH"' >> ~/.bashrc
source ~/.bashrc

Windows
Expand Down
Loading