Upadte getting started rasp pi instructions

This commit is contained in:
Paulus Schoutsen 2015-06-16 08:54:03 -07:00
parent 7c692f40e7
commit 3f94995f0b
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 7b44ce4deebc812e4fb978358d04cb0af15c44cd
Subproject commit a66a896a958c17780b9646bdc32a9b29719f8f20

View File

@ -92,7 +92,7 @@ eval "$(pyenv virtualenv-init -)"
```bash
sudo apt-get install python3-dev
sudo apt-get install libsqlite3-dev libreadline-dev
sudo apt-get install libsqlite3-dev libreadline-dev libbz2-dev
```
<p>Log out and then back in so your bashrc is reloaded.</p>