SunFounder PiCrawler Kit
Note: Running setup.py will download some necessary components. You may fail to download due to network
problems. You may need to download again at this time. In the following cases, enter Y and press Enter.
Then download the code and install vilib module.
cd /home/pi/
git clone https://github.com/sunfounder/vilib.git
cd vilib
sudo python3 install.py
Then download the code and install picrawler module.
cd /home/pi/
git clone -b v2.0 https://github.com/sunfounder/picrawler.git
cd picrawler
sudo python3 setup.py install
This step will take a little time, so please be patient.
Finally, you need to run the script i2samp.sh to install the components required by the i2s amplifier, otherwise the
pislot will have no sound.
cd /home/pi/picrawler
sudo bash i2samp.sh
36 Chapter 3. Play with Python