Skip to content

Commit

Permalink
[Doc][Installation] delete python setup.py develop (#3989)
Browse files Browse the repository at this point in the history
  • Loading branch information
youkaichao authored Apr 11, 2024
1 parent e9da5a4 commit f3d0bf7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/source/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,3 @@ You can also build and install vLLM from source:
$ nvcc --version # verify that nvcc is in your PATH
$ ${CUDA_HOME}/bin/nvcc --version # verify that nvcc is in your CUDA_HOME
.. note::
If you are developing the C++ backend of vLLM, consider building vLLM with

.. code-block:: console
$ python setup.py develop
since it will give you incremental builds. The downside is that this method
is `deprecated by setuptools <https://github.com/pypa/setuptools/issues/917>`_.

0 comments on commit f3d0bf7

Please sign in to comment.