diff --git a/docs/install/from_source.rst b/docs/install/from_source.rst index a963d06ab559..8e2d94db5f9a 100644 --- a/docs/install/from_source.rst +++ b/docs/install/from_source.rst @@ -145,8 +145,8 @@ Leaving the build environment ``tvm-build-venv``, there are two ways to install conda activate your-own-env conda install python # make sure python is installed - cd /path-to-tvm/python - pip install -e . + export TVM_LIBRARY_PATH=/path-to-tvm/build + pip install -e /path-to-tvm/python Step 4. Validate Installation -----------------------------