Skip to content

Commit

Permalink
[doc] fix format (vllm-project#9562)
Browse files Browse the repository at this point in the history
  • Loading branch information
youkaichao authored Oct 21, 2024
1 parent 9d9186b commit d621c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ The script will:

Now, you can edit the Python code in the current directory, and the changes will be reflected when you run vLLM.

Once you have finished editing or want to install another vLLM wheel, you should exit the development environment using `the same script <https://github.com/vllm-project/vllm/blob/main/python_only_dev.py>`_ with the ``--quit-dev``(or ``-q`` for short) flag:
Once you have finished editing or want to install another vLLM wheel, you should exit the development environment using `the same script <https://github.com/vllm-project/vllm/blob/main/python_only_dev.py>`_ with the ``--quit-dev`` (or ``-q`` for short) flag:

.. code-block:: console
Expand Down

0 comments on commit d621c43

Please sign in to comment.