mirror of
https://github.com/acatoire/bipbipzizik.git
synced 2026-03-10 08:01:18 +00:00
Add requirement file and complete readme
This commit is contained in:
@@ -18,12 +18,17 @@ sudo apt-get install python3-pip
|
||||
|
||||
```
|
||||
|
||||
- python evdev. To install:
|
||||
- python evdev, firebase_admin. To install:
|
||||
```bash
|
||||
sudo pip3 --default-timeout=1000 install evdev
|
||||
sudo pip3 --default-timeout=1000 install firebase_admin
|
||||
sudo pip3 --default-timeout=1000 install cryptography
|
||||
```
|
||||
|
||||
```--default-timeout=1000``` helps if the raspberry is too slow
|
||||
```--default-timeout=1000``` helps if the raspberry or the connection is too slow
|
||||
|
||||
Firebase_Admin Error TypeError: __init__() got an unexpected keyword argument 'status'
|
||||
python3 -m pip install --upgrade urllib3
|
||||
|
||||
### hardware:
|
||||
- [Raspberry Pi Zero (Don't forget micro sd card and power supply)](http://www.microcenter.com/product/486575/Zero_W)
|
||||
|
||||
Reference in New Issue
Block a user