pg. 17
or
Use the mouse and keyboard to access the command line of the Pi.
user: pi
password: raspberry
4.
Open the terminal window using Putty or directly from Raspberry Pi. The first step is
updating and upgrading the system. Run the following commands from the terminal
windows:
sudo apt-get update
sudo apt-get upgrade
Installing Python libraries
sudo apt-get install python-dev
sudo apt-get install python-pip
With the latest version of pip, installing cryptography will render an error. Use the
following four commands to resolve the error:
cd
mkdir test
cd test
wget
https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py
the get-pip.py will install compatible pip verasudosudsion.
Summary of Contents for Sigma Tile V5
Page 1: ...BUILD A SIGMA TILE GUIDE Sigma Tile V5 05 07 2018...
Page 24: ...pg 24...