From 823a4d5c023fa5b4dee212d004a80d394eebc304 Mon Sep 17 00:00:00 2001 From: sagar-sehgal Date: Fri, 8 Mar 2019 03:43:33 +0530 Subject: [PATCH 1/2] update in Readme.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9a29ac4a6..ef6f6eaed 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 (although they are very less): + +`pip install -r requirements.txt` + You also need to fetch the datasets from the [`aima-data`](https://github.com/aimacode/aima-data) repository: ``` From d0758fbd44046d6ec47d9db7116e9d09ab123713 Mon Sep 17 00:00:00 2001 From: sagar-sehgal Date: Sun, 10 Mar 2019 09:41:56 +0530 Subject: [PATCH 2/2] updated as per the suggestions in the review. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef6f6eaed..51dc4fe8a 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ 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 (although they are very less): +Then you need to install the basic dependencies to run the project in your system: `pip install -r requirements.txt`