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
855d9a95
Unverified
Commit
855d9a95
authored
Oct 13, 2025
by
KrishnanPrash
Committed by
GitHub
Oct 13, 2025
Browse files
docs: Adding instruction to install python3-dev (#3554)
Signed-off-by:
Krishnan Prashanth
<
kprashanth@nvidia.com
>
parent
6337afec
Changes
1
Show 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 @
855d9a95
...
@@ -84,6 +84,14 @@ The Dynamo team recommends the `uv` Python package manager, although any way wor
...
@@ -84,6 +84,14 @@ The Dynamo team recommends the `uv` Python package manager, although any way wor
curl -LsSf https://astral.sh/uv/install.sh | sh
curl -LsSf https://astral.sh/uv/install.sh | sh
```
```
### Install Python development headers
Backend engines require Python development headers for JIT compilation. Install them with:
```
bash
sudo
apt
install
python3-dev
```
### Install etcd and NATS (required)
### Install etcd and NATS (required)
To coordinate across a data center, Dynamo relies on etcd and NATS. To run Dynamo locally, these need to be available.
To coordinate across a data center, Dynamo relies on etcd and NATS. To run Dynamo locally, these need to be available.
...
...
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