Skip to content

Commit 22dd82c

Browse files
Antzelinoantmarakis
authored andcommitted
cd into aima folder before installing requirements (#1143)
1 parent 4363ddb commit 22dd82c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,14 @@ To download the repository:
3535

3636
Then you need to install the basic dependencies to run the project on your system:
3737

38-
`pip install -r requirements.txt`
38+
```
39+
cd aima-python
40+
pip install -r requirements.txt
41+
```
3942

4043
You also need to fetch the datasets from the [`aima-data`](https://github.com/aimacode/aima-data) repository:
4144

4245
```
43-
cd aima-python
4446
git submodule init
4547
git submodule update
4648
```

0 commit comments

Comments
 (0)