Skip to content

Commit 45f3a61

Browse files
thesagarsehgalantmarakis
authored andcommitted
Install dependencies from requirements.txt missing in README.md (aimacode#1039)
* update in Readme.md * updated as per the suggestions in the review.
1 parent a4c4c46 commit 45f3a61

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ To download the repository:
3131

3232
`git clone https://github.com/aimacode/aima-python.git`
3333

34+
Then you need to install the basic dependencies to run the project in your system:
35+
36+
`pip install -r requirements.txt`
37+
3438
You also need to fetch the datasets from the [`aima-data`](https://github.com/aimacode/aima-data) repository:
3539

3640
```

0 commit comments

Comments
 (0)