Skip to content

Commit 91736c3

Browse files
Fix stale Meshroom 2023.3.0 references in README (#427)
1 parent 00f8a84 commit 91736c3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Dev mode
5858
Installing Meshroom
5959
-------------------
6060

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

6363
Ubuntu
6464
~~~~~~
@@ -80,7 +80,7 @@ Run:
8080

8181
.. code:: bash
8282
83-
export PATH="<path-to-meshroom>/Meshroom-2023.3.0:$PATH"
83+
export PATH="<path-to-meshroom>/Meshroom-2025.1.0-Linux:$PATH"
8484
8585
Replace ``<path-to-meshroom>`` with the actual path where Meshroom was extracted.
8686

@@ -89,7 +89,7 @@ For Bash users:
8989

9090
.. code:: bash
9191
92-
echo 'export PATH="<path-to-meshroom>/Meshroom-2023.3.0:$PATH"' >> ~/.bashrc
92+
echo 'export PATH="<path-to-meshroom>/Meshroom-2025.1.0-Linux:$PATH"' >> ~/.bashrc
9393
source ~/.bashrc
9494
9595
Windows

0 commit comments

Comments
 (0)