Transcript
uv is a fast Python package manager that we'll use throughout the course.
To install it, you'll run the curl command shown on the slide. Now, this command looks complicated, but don't worry - you don't need to understand it or memorize it. It simply downloads and runs the official uv installer. You can copy and paste it directly from the slide.
After installation completes, restart your terminal or open a new terminal window for the uv command to be available.
Then verify it's working by running uv --version. If you see a version number, you're all set.
Commands
curl -LsSf https://astral.sh/uv/install.sh | sh
uv --version