Skip to content

Commit

Permalink
[DOC] Improve Install via environment variable (#2245)
Browse files Browse the repository at this point in the history
improve Install via environment variable
  • Loading branch information
JackWeiw authored Apr 29, 2024
1 parent 1a8bad0 commit 5a26795
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/install/mlc_llm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,9 @@ There are two ways to do so:
.. code-tab :: bash Install via environment variable
export PYTHONPATH=/path-to-mlc-llm/python:$PYTHONPATH
export MLC_LLM_HOME=/path-to-mlc-llm
export PYTHONPATH=$MLC_LLM_HOME/python:$PYTHONPATH
alias mlc_llm="python -m mlc_llm"
.. code-tab :: bash Install via pip local project
Expand Down

0 comments on commit 5a26795

Please sign in to comment.