Skip to content

Commit

Permalink
Fix pip editable flag link
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Vasquez <[email protected]>
  • Loading branch information
rafvasq committed Dec 23, 2024
1 parent 6f83508 commit c79201a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The latest code can contain bugs and may not be stable. Please use it with cauti

### Python-only build (without compilation)

If you only need to change Python code, you can build and install vLLM without compilation. Using `` pip's ` ``--editable\`\` flag \<<https://pip.pypa.io/en/stable/topics/local-project-installs/#editable-installs>>\`\_, changes you make to the code will be reflected when you run vLLM:
If you only need to change Python code, you can build and install vLLM without compilation. Using `pip`'s [`--editable` flag](https://pip.pypa.io/en/stable/topics/local-project-installs/#editable-installs), changes you make to the code will be reflected when you run vLLM:

```console
$ git clone https://github.com/vllm-project/vllm.git
Expand Down

0 comments on commit c79201a

Please sign in to comment.