πŸ”’ Step 3: Software Setup Copy | Betabox

πŸ”’ Step 3: Software Setup Copy

Now that we are linked up to the broader internet, we are going to download some files.

Type the following into Terminal on your Pi:

git clone --recursive https://github.com/betaboxlearning/sensorcar.git

As long as you’re connected to the internet, this should download the files.

We need to get into those files to update them. Your screen should look like this:

Let’s do this step-by-step.

We will first need toΒ change directories. Do this by typing:

cd sensorcar

Next, install dependencies by typing in:

sudo ./install_dependencies

Then, the screen will prompt you to reboot the Pi. Go ahead and type:

yes

Now we can move on!