vllm/docs/source/getting_started/installation.rst

11 lines
184 B
ReStructuredText
Raw Normal View History

2023-05-22 17:02:44 -07:00
Installation
============
Build from source
-----------------
.. code-block:: console
$ pip install -r requirements.txt
$ pip install -e . # This may take several minutes.