Initialize the EnvironmentΒΆ

Initialize the environment before playing the Rascam. The methods are as follows.

  1. Change directory to /home/pi.

cd /home/pi/

Note

cd, short for change directory is to change from the current path to the intended directory. Informally, here is to go to the path /home/pi/.

  1. Clone the repository from github.

git clone https://github.com/sunfounder/rascam.git
  1. Enter the folder rascam

cd /home/pi/rascam
  1. Start up the initialization function.

sudo python3 setup.py install

Note

This process may take some time, please do not turn off the power.

  1. The message appears after the installation is complete.

_images/image0.png

Type Y to reboot Raspberry Pi.