Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/install/from_source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Leaving the build environment ``tvm-build-venv``, there are two ways to install
.. code-block:: bash

export TVM_HOME=/path-to-tvm
export PYTHONPATH=$TVM_HOME/python:$TVM_HOME/ffi/python:$PYTHONPATH
export PYTHONPATH=$TVM_HOME/python:$PYTHONPATH

- Install via pip local project

Expand Down