Build an AEA on a Raspberry Pi
This guide explains how to run an AEA inside a Raspberry Pi.
Prerequisites
- Raspberry Pi 4 (You can also use Raspberry Pi3 b or Raspberry Pi3 b+)
- Internet connection (preferably wireless to minimise the number of wires connecting into your device)
Preparing the Raspberry Pi
If you have a brand-new Raspberry Pi, you can simply insert the SD card, connect the power and boot up. If you do not have a new Raspberry Pi SD card, you will need to make one. To do this follow the NOOBS instructions below.
NOOBS
NOOBS is a way to create an SD card for easy operating system installation on a Raspberry Pi.
First download noobs from this link.
Then follow this guide to set up your SD card.
Once you have set up your SD card, plug it into your Raspberry Pi, connect the power and boot up. When prompted, select the Raspbian operating system and click "Install".
Booting up and updating the OS
When you first boot your Raspberry Pi, you will be prompted to enter a password for the Raspberry Pi and your WiFi password so the device can access the internet. You may also be given the option to update the operating system and software. We recommend that you let the system update. Once finished you will be prompted to restart.
Even if your Raspberry Pi updated itself, we recommend that you make sure it is completely up to date using the terminal. Open a Terminal window (your Raspberry Pi might restart a few times during this process):
Install the AEA Framework
First, install pipenv:
Once installed, create and launch a clean virtual environment with Python 3.7:
Finally, install the AEA framework from PyPI: