From c5f7a72675b8acc5251d4fa18163d21e05b60090 Mon Sep 17 00:00:00 2001 From: Shreyas-Microsoft Date: Thu, 6 Nov 2025 12:10:54 +0530 Subject: [PATCH] fix path to preocessor --- docs/LocalDevelopmentSetup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/LocalDevelopmentSetup.md b/docs/LocalDevelopmentSetup.md index 0991183..88f243e 100644 --- a/docs/LocalDevelopmentSetup.md +++ b/docs/LocalDevelopmentSetup.md @@ -15,7 +15,7 @@ winget install Git.Git # Clone and setup git clone https://github.com/microsoft/container-migration-solution-accelerator.git -cd container-migration-solution-accelerator/processor +cd container-migration-solution-accelerator/src/processor # Install uv and setup environment pip install uv @@ -43,7 +43,7 @@ source ~/.bashrc # Setup project (same as Linux) git clone https://github.com/microsoft/Container-Migration-Solution-Accelerator.git -cd container-migration-solution-accelerator/processor +cd container-migration-solution-accelerator/src/processor uv venv .venv source .venv/bin/activate uv sync --python 3.12 @@ -63,7 +63,7 @@ source ~/.bashrc # Clone and setup git clone https://github.com/microsoft/Container-Migration-Solution-Acceleratorr.git -cd container-migration-solution-accelerator/processor +cd container-migration-solution-accelerator/src/processor uv venv .venv source .venv/bin/activate uv sync --python 3.12 @@ -85,7 +85,7 @@ source ~/.bashrc # Setup (same as above) git clone https://github.com/microsoft/Container-Migration-Solution-Accelerator.git -cd container-migration-solution-accelerator/processor +cd container-migration-solution-accelerator/src/processor uv venv .venv source .venv/bin/activate uv sync --python 3.12 @@ -102,7 +102,7 @@ brew install python@3.12 uv git # Clone and setup git clone https://github.com/microsoft/Container-Migration-Solution-Accelerator.git -cd container-migration-solution-accelerator/processor +cd container-migration-solution-accelerator/src/processor uv venv .venv source .venv/bin/activate uv sync --python 3.12