Skip to content

Commit 5a26795

Browse files
authored
[DOC] Improve Install via environment variable (#2245)
improve Install via environment variable
1 parent 1a8bad0 commit 5a26795

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/install/mlc_llm.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,9 @@ There are two ways to do so:
214214
215215
.. code-tab :: bash Install via environment variable
216216
217-
export PYTHONPATH=/path-to-mlc-llm/python:$PYTHONPATH
217+
export MLC_LLM_HOME=/path-to-mlc-llm
218+
export PYTHONPATH=$MLC_LLM_HOME/python:$PYTHONPATH
219+
alias mlc_llm="python -m mlc_llm"
218220
219221
.. code-tab :: bash Install via pip local project
220222

0 commit comments

Comments
 (0)