Repo cloning addition

This commit is contained in:
Romain Bazile 2020-07-20 22:21:58 +02:00
parent b2df756657
commit 56f2fcc482

View file

@ -48,6 +48,7 @@ Update your Pi first. Open up a terminal, and do the following:
```sh ```sh
sudo apt-get update -y sudo apt-get update -y
sudo apt-get upgrade -y sudo apt-get upgrade -y
sudo apt-get install git
``` ```
You can now reboot your Pi safely. You can now reboot your Pi safely.
@ -57,9 +58,18 @@ sudo reboot now
## Raspberry Pi configuration ## Raspberry Pi configuration
### Clone this repository!
First of all, and to ensure you have the latest documentation available locally, you should clone this repository using git.
Simply run the following in a terminal:
```sh
git clone https://github.com/PlanktonPlanet/PlanktonScope/
```
### Enable Camera/SSH/I2C in raspi-config ### Enable Camera/SSH/I2C in raspi-config
Open up a terminal once again, and access the configuration tool: You can now launch the configuration tool:
```sh ```sh
sudo raspi-config sudo raspi-config
``` ```
@ -98,7 +108,7 @@ You can also connect to your PlanktoScop by using ssh using `ssh pi@planktoscope
You can then run the following to make sure your Raspberry has the necessary components to install and build everything it needs: You can then run the following to make sure your Raspberry has the necessary components to install and build everything it needs:
```sh ```sh
sudo apt-get install build-essential python3 python3-pip git sudo apt-get install build-essential python3 python3-pip
``` ```
### Install CircuitPython ### Install CircuitPython