Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 340 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 340 Bytes

Setup

sudo apt-get install git python3 python3-pip
sudo pip3 install pipenv
git clone https://github.com/pigeon-working-group/9001d-botch.git
cd 9001d-botch
# Pi Zero W is really slow
export PIPENV_TIMEOUT=1200
# Disable piwheels cache
sudo rm /etc/pip.conf
pipenv install

Running

pipenv shell
python3 app.py