- Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
- create a project
uv init fastapi-lms
- create a virtual environement
uv venv
- activate the virtual environment
source .venv/bin/activate
- install packages
uv add "fastapi[standard]"
- run the project
fastapi dev main.py
Last active
January 21, 2025 13:30
-
-
Save nivethan-me/053ff7ce600eaea8774ac334e4008ad5 to your computer and use it in GitHub Desktop.
create a fastapi project with uv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment