From 4cfc5809b5d0628b35d7dc2c03c4333e21b03866 Mon Sep 17 00:00:00 2001 From: Sverre Nystad <89105607+SverreNystad@users.noreply.github.com> Date: Sat, 25 Nov 2023 18:37:36 +0100 Subject: [PATCH] Docs: Add git to prerequisites --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1f86ac94..5069df48 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ TutorAI is a language agent capable of assisting with learning academic subjects To setup the project, one needs to have all the prerequisites installed. Then one needs to clone the repository, setup a virtual environment, and install the dependencies. This is described in more detail below. ### Prerequisites +- Ensure that git is installed on your machine. [Download Git](https://git-scm.com/downloads) - Ensure Python 3.9 or newer is installed on your machine. [Download Python](https://www.python.org/downloads/) - Familiarity with basic Python package management and virtual environments is beneficial.