Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
revise readme
  • Loading branch information
shengmincui committed Sep 12, 2022
commit e7474e16bd1448e74e4dccb95c953d0b4583301a
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ Features from Python 3.6 and 3.7 that we will be using for this version of the c
- [`dataclasses` module](https://docs.python.org/3.7/library/dataclasses.html#module-dataclasses): replace `namedtuple` with `dataclass`.


[//]: # (There is a sibling [aima-docker]https://github.com/rajatjain1997/aima-docker project that shows you how to use docker containers to run more complex problems in more complex software environments.)
[//]: # "There is a sibling [aima-docker]https://github.com/rajatjain1997/aima-docker project that shows you how to use docker containers to run more complex problems in more complex software environments."


## Installation Guide

To download the repository:

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

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

Expand Down