Unverified Commit 7b1fa562 authored by Biswa Panda's avatar Biswa Panda Committed by GitHub
Browse files

docs: add instructions to install uv (#2476)

parent fb10ffb5
...@@ -255,7 +255,15 @@ source $HOME/.cargo/env ...@@ -255,7 +255,15 @@ source $HOME/.cargo/env
## 3. Create a Python virtual env: ## 3. Create a Python virtual env:
Follow the instructions in [uv installation](https://docs.astral.sh/uv/#installation) guide to install uv if you don't have `uv` installed. Once uv is installed, create a virtual environment and activate it.
- Install uv
```bash
curl -LsSf https://astral.sh/uv/install.sh | sh
``` ```
- Create a virtual environment
```bash
uv venv dynamo uv venv dynamo
source dynamo/bin/activate source dynamo/bin/activate
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment