Update README.md

This commit is contained in:
Saifeddine ALOUI
2024-12-16 20:54:24 +01:00
committed by GitHub
parent 883a67903c
commit 9a41912b88

View File

@@ -23,6 +23,11 @@ A powerful FastAPI-based server for managing and querying documents using LightR
- pydantic - pydantic
## Installation ## 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: 1. Clone the repository:
```bash ```bash