Skip to content

Commit

Permalink
Docs: Add git as prerequisite and add links to download it and python
Browse files Browse the repository at this point in the history
  • Loading branch information
SverreNystad authored Nov 29, 2023
1 parent 4f7562e commit 9990de3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@ To see the results of the different tasks look into the docs folder. Here the re

## Installation
To install the A star pathfinding, one needs to have all the prerequisites installed and set up, and follow the setup guild. The following sections will guide you through the process.

### Prerequisites
- Python 3.9 or higher
- 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/)

### Setup
1. Clone the repository
Expand Down

0 comments on commit 9990de3

Please sign in to comment.