diff --git a/docs/source/installation.md b/docs/source/installation.md index bec7eb2..91a2ae2 100644 --- a/docs/source/installation.md +++ b/docs/source/installation.md @@ -119,7 +119,14 @@ Once it's done, you can start to set up `vllm` and `vllm-ascend`. :selected: :sync: pip -You can install `vllm` and `vllm-ascend` from **pre-built wheel** (**Unreleased yet**, please build from source code): +First install system dependencies: + +```bash +apt update -y +apt install -y gcc g++ libnuma-dev +``` + +You can install `vllm` and `vllm-ascend` from **pre-built wheel**: ```{code-block} bash :substitutions: