Prerequisites
Table of Contents
Common Prerequisites
1. Python
Required Version: 3.9 ~ 3.12 (
>=3.9,<3.13
)If not installed or needs an update, download and install from the official Python website.
2. Node.js
Required Version: 18 or higher
Check installation: Run
node --version
in the terminal (ensure it outputs 18.x or higher)
Windows Installation
Download the latest version (v18 or higher) from the Node.js official website.
Run the installer and follow the instructions.
Verify installation: Run
node --version
in the command prompt.
macOS Installation
Download the latest version (v18 or higher) from the Node.js official website.
Run the installer and follow the instructions.
Verify installation: Run
node --version
in the terminal.
Alternatively, install using Homebrew:
Linux Installation
Install Node.js using nvm (Node Version Manager):
Verify installation: Run
node --version
in the terminal (ensure it outputs 18.x or higher)
Raspberry Pi5 OS Installation
Follow the general Linux installation process:
Verify installation: Run
node --version
in the terminal (ensure it outputs 18.x or higher)Additionally, run the following commands to create symbolic links for the required libraries:
These commands create symbolic links for the library versions required for Pyloid to function correctly on Raspberry Pi5 OS.
Last updated