Unverified Commit 855d9a95 authored by KrishnanPrash's avatar KrishnanPrash Committed by GitHub
Browse files

docs: Adding instruction to install python3-dev (#3554)


Signed-off-by: default avatarKrishnan Prashanth <kprashanth@nvidia.com>
parent 6337afec
...@@ -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.
......
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