diff --git a/README.md b/README.md index d16c4c4..99bb518 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,22 @@ This is my Final Project for CS50P. A implementation of a RAG System using Chrom 5. Code Highlighting: Either highlighted in red within the `terminal` or displayed in a separate widget using the `GUI`, this improves the readability and understanding of code snippets ## Installation -1. Clone the repository or download the project files. +1. Clone the repository or download the project files from: +`https://gitea.fabelous.app/fabel/Fabelous-Ai-Chat` 2. Install required dependencies by running: ```bash pip install -r requirements.txt ``` -3. If you have installed Python 3 via Homebrew on MacOS you are required to use `brew install python-tk` in order to run this project properly. +3. To run this project properly, you will need to ensure that the Python 3 and Tkinter libraries arei nstalled. +- For MacOS users who have installed Python 3 via Homebrew, use the following command in your terminal: +```bash +brew install python-tk +``` +- For Linux users, execute the following command in your terminal: +```bash +apt-get install python3-tk +``` ## Configuration