From 659f9c3fc9d6537be44cc690ae2c27133111c2a0 Mon Sep 17 00:00:00 2001 From: gregoire-dl Date: Wed, 19 Jul 2023 16:22:05 +0200 Subject: [PATCH] [readme] Fix templates path --- README.md | 65 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 33 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 8cf0075..dd534d3 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,33 @@ -# MeshroomMicMac - -![](./assets/banner_meshroomMicmac.jpg) - -MeshroomMicMac is a set of [MicMac](https://github.com/micmacIGN/micmac) nodes and pipelines for [Meshroom](https://github.com/alicevision/Meshroom). - -## Required - -- Install MicMac ([repository](https://github.com/micmacIGN/micmac) or [pre-compiled binaries](https://github.com/micmacIGN/micmac/releases)) -- Install Meshroom ([repository](https://github.com/alicevision/Meshroom) or [pre-compiled binaries](https://github.com/alicevision/Meshroom/releases)) - -*For now, please use MicMac 1.1.1 and Meshroom 2.3.0.* -*For now, please avoid white spaces and special characters in the MicMac installation path.* - -## How to install - -1) Clone this repository: -``` -git clone https://github.com/alicevision/MeshroomMicMac -``` - -2) Add MicMac nodes to Meshroom by setting `MESHROOM_NODES_PATH` environment variable: -``` -MESHROOM_NODES_PATH = path/to/MeshroomMicMac -``` - -3) Add MicMac pipelines to Meshroom by setting `MESHROOM_PIPELINE_TEMPLATES_PATH` environment variable: -``` -MESHROOM_PIPELINE_TEMPLATES_PATH = path/to/MeshroomMicMac/meshroomMicmac/pipelines -``` - -You can now find MicMac nodes and pipelines in Meshroom. +# MeshroomMicMac + +![](./assets/banner_meshroomMicmac.jpg) + +MeshroomMicMac is a set of [MicMac](https://github.com/micmacIGN/micmac) nodes and pipelines for [Meshroom](https://github.com/alicevision/Meshroom). + +## Required + +- Install MicMac ([repository](https://github.com/micmacIGN/micmac) or [pre-compiled binaries](https://github.com/micmacIGN/micmac/releases)) +- Install Meshroom ([repository](https://github.com/alicevision/Meshroom) or [pre-compiled binaries](https://github.com/alicevision/Meshroom/releases)) + +*For now, please use MicMac 1.1.1 and Meshroom 2.3.0.* + +*For now, please avoid white spaces and special characters in the MicMac installation path.* + +## How to install + +1) Clone this repository: +``` +git clone https://github.com/alicevision/MeshroomMicMac +``` + +2) Add MicMac nodes to Meshroom by setting `MESHROOM_NODES_PATH` environment variable: +``` +MESHROOM_NODES_PATH = path/to/MeshroomMicMac +``` + +3) Add MicMac pipelines to Meshroom by setting `MESHROOM_PIPELINE_TEMPLATES_PATH` environment variable: +``` +MESHROOM_PIPELINE_TEMPLATES_PATH = path/to/MeshroomMicMac/pipelines +``` + +You can now find MicMac nodes and pipelines in Meshroom.