-
Notifications
You must be signed in to change notification settings - Fork 0
FastAPI setup guide
wmo edited this page Oct 17, 2024
·
1 revision
- Python 3.7 or higher (latest version recommended)
- pip (Python package installer)
- Download the latest Python installer from the official Python website.
- Run the installer, ensuring to check the "Add Python to PATH" option, then click "Install Now."
- Once installed, open Command Prompt and verify the installation with:
python --version
-
Ubuntu
sudo apt update && sudo apt install python3 python3-pip -
Fedora
sudo dnf update && sudo dnf install python3 python3-pip
pip install fastapi uvicorn