Skip to content

Commit 2edb361

Browse files
Update README.md
1 parent 0079c8f commit 2edb361

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Grokking Artificial Intelligence Algorithms
22

3+
## Requirements
4+
* Python 3.7.0+
5+
* Pip 3
6+
37
## Setup
48
Make sure that you have Python 3.7.0+ installed. [Download Python here](https://www.python.org/downloads/).
59

@@ -28,6 +32,4 @@ The example implementations provided will make more sense if you've read the boo
2832
The purpose of this repository is to act as a practical reference for examples of how the algorithms mentioned in the book can be implemented.
2933
This repository should not be consulted as the book is read page-by-page, but rather, when you're attempting to implement an algorithm or gain a more technical understanding from a programming perspective.
3034

31-
## Requirements
32-
* Python 3.7.0+
3335

0 commit comments

Comments
 (0)