We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
requirements.txt
README.md
1 parent a4c4c46 commit 45f3a61Copy full SHA for 45f3a61
README.md
@@ -31,6 +31,10 @@ To download the repository:
31
32
`git clone https://github.com/aimacode/aima-python.git`
33
34
+Then you need to install the basic dependencies to run the project in your system:
35
+
36
+`pip install -r requirements.txt`
37
38
You also need to fetch the datasets from the [`aima-data`](https://github.com/aimacode/aima-data) repository:
39
40
```
0 commit comments