[Doc][Installation] delete python setup.py develop (#3989)

This commit is contained in:
youkaichao 2024-04-10 20:33:02 -07:00 committed by GitHub
parent e9da5a40c6
commit f3d0bf7589
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>`_.