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.
1 parent 4363ddb commit 22dd82cCopy full SHA for 22dd82c
README.md
@@ -35,12 +35,14 @@ To download the repository:
35
36
Then you need to install the basic dependencies to run the project on your system:
37
38
-`pip install -r requirements.txt`
+```
39
+cd aima-python
40
+pip install -r requirements.txt
41
42
43
You also need to fetch the datasets from the [`aima-data`](https://github.com/aimacode/aima-data) repository:
44
45
```
-cd aima-python
46
git submodule init
47
git submodule update
48
0 commit comments