Skip to content

Commit f3d0bf7

Browse files
authored
[Doc][Installation] delete python setup.py develop (vllm-project#3989)
1 parent e9da5a4 commit f3d0bf7

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/source/getting_started/installation.rst

-10
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,3 @@ You can also build and install vLLM from source:
8585
8686
$ nvcc --version # verify that nvcc is in your PATH
8787
$ ${CUDA_HOME}/bin/nvcc --version # verify that nvcc is in your CUDA_HOME
88-
89-
.. note::
90-
If you are developing the C++ backend of vLLM, consider building vLLM with
91-
92-
.. code-block:: console
93-
94-
$ python setup.py develop
95-
96-
since it will give you incremental builds. The downside is that this method
97-
is `deprecated by setuptools <https://github.com/pypa/setuptools/issues/917>`_.

0 commit comments

Comments
 (0)