# Install uv (if you haven't already)
curl -LsSf https://astral.sh/uv/install.sh | sh
# Create a new project
uv init my-drone-app && cd my-drone-app
# Add the Astral SDK
uv add astral-sdk
# Run your first script
uv run python main.py
Join the Community
Get help, share your projects, and contribute to Astral.