updated schema image and added prerequisities

This commit is contained in:
cpu
2023-12-03 02:48:37 +01:00
parent 084913f2d2
commit 5cff73cf27
2 changed files with 15 additions and 8 deletions

View File

@@ -27,21 +27,28 @@ Power on the Raspberry pi and finish the installation process. Log into its cons
- connected keyboard and monitor - connected keyboard and monitor
- serial port - serial port
Prerequisites
------------
Once you are logged into the `Raspberry pi` console update your system
> `sudo apt update`
`sudo apt upgrade`
and install `git`. It will be used to download the `dog-trainer`
> `sudo apt install -y git`
Recordings must be edited a little bit therefore some audio processing tool is needed. Install `ffmpeg` which will do the job
> `sudo apt install -y ffmpeg`
How to install How to install
-------------- --------------
Once you are logged into the `Raspberry pi` console clone the `dog-trainer` source code into your home directory Clone the `dog-trainer` source code into your home directory
> `git clone https://gitea.virtonline.eu/2HoursProject/dog-trainer.git --depth 1` > `cd`
`git clone https://gitea.virtonline.eu/2HoursProject/dog-trainer.git --depth 1`
Go into the newly created directory Go into the newly created directory
> `cd ~/dog-trainer` > `cd ~/dog-trainer`
Dependencies
------------
The recordings must be edited a little bit so some audio processing tool is needed. Install `ffmpeg` which will do the job
> `apt install -y ffmpeg`
Configuration Configuration
------------- -------------

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 50 KiB