Skip to content
Open
Changes from all commits
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Before we begin with MicroAI Atom, we must first make some changes to your raspb
1. Expand space on the pi
* From a terminal `sudo raspi-config`
* select `7 Advanced Options`
* select `A1 Expanding Spce`
* select `A1 Expanding Space`
* `sudo reboot`
2. Enable Wi-Fi
* From a terminal `sudo raspi-config`
Expand All @@ -90,7 +90,7 @@ sudo apt-get install sense-hat
sudo apt-get install redis-server
sudo reboot
pip3 install redis
pip3 install -Iv bottle=0.12.17
pip3 install -Iv bottle==0.12.17
pip3 install -Iv tqdm==4.32.1
```
It should be noted that bottle and tqdm are only required for the security project.
Expand Down