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