From 9a41912b88e9e55d7d7996e316a6c6bb9c6c930d Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Mon, 16 Dec 2024 20:54:24 +0100 Subject: [PATCH] Update README.md --- api/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/README.md b/api/README.md index 0b885921..2ea2b30d 100644 --- a/api/README.md +++ b/api/README.md @@ -23,6 +23,11 @@ A powerful FastAPI-based server for managing and querying documents using LightR - pydantic ## Installation +If you are using windows, you will need to donwload and install visual c++ build tools from [https://visualstudio.microsoft.com/visual-cpp-build-tools/ ](https://visualstudio.microsoft.com/visual-cpp-build-tools/) +Make sure you install the VS 2022 C++ x64/x86 Build tools like from indivisual componants tab: +![image](https://github.com/user-attachments/assets/3723e15b-0a2c-42ed-aebf-e595a9f9c946) + +This is mandatory for builmding some modules. 1. Clone the repository: ```bash