Skip to content

Instantly share code, notes, and snippets.

# Show your Raspberry Pi OS version.
cat /etc/os-release
# Update packages on your Raspberry Pi OS.
sudo apt-get update
# Check your Python version. You should have Python 3.7 or later.
python3 --version
# Install virtualenv and upgrade pip.