diff --git a/README.md b/README.md index 9a29ac4a6..51dc4fe8a 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ To download the repository: `git clone https://github.com/aimacode/aima-python.git` +Then you need to install the basic dependencies to run the project in your system: + +`pip install -r requirements.txt` + You also need to fetch the datasets from the [`aima-data`](https://github.com/aimacode/aima-data) repository: ```