Prequisites
You need to install 3 tools
Common Prerequisites
1. Python
- Required Version: 3.9 ~ 3.13 (
>=3.9,<3.14
) - If not installed or needs an update, download and install from the official Python website.
2. uv
- Required: uv is a Python package installer and environment manager
- Install with the following command:
pip install uv
- Verify installation: Run
uv --version
in the terminal
3. Node.js
- Required Version: 18 or higher
- Check installation: Run
node --version
in the terminal (ensure it outputs 18.x or higher)