Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
7b1fa562
"vscode:/vscode.git/clone" did not exist on "b24ccd2906c9d60f54554c8c41727ae71f0a8b9b"
Unverified
Commit
7b1fa562
authored
Aug 17, 2025
by
Biswa Panda
Committed by
GitHub
Aug 17, 2025
Browse files
docs: add instructions to install uv (#2476)
parent
fb10ffb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
README.md
README.md
+8
-0
No files found.
README.md
View file @
7b1fa562
...
...
@@ -255,7 +255,15 @@ source $HOME/.cargo/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
source
dynamo/bin/activate
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment