Skip to content

Commit

Permalink
[DOCS] Change some tutorial text (apache#6514)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkimball authored and Tushar Dey committed Oct 15, 2020
1 parent b984338 commit f2e747b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/install/from_source.rst
Expand Up @@ -173,8 +173,8 @@ Method 1
This method is **recommended for developers** who may change the codes.

Set the environment variable `PYTHONPATH` to tell python where to find
the library. For example, assume we cloned `tvm` on the home directory
`~`. then we can added the following line in `~/.bashrc`.
the library. For example, assume we cloned `tvm` on the directory
`/path/to/tvm` then we can add the following line in `~/.bashrc`.
The changes will be immediately reflected once you pull the code and rebuild the project (no need to call ``setup`` again)

.. code:: bash
Expand Down Expand Up @@ -242,7 +242,7 @@ tests in TVM. The easiest way to install GTest is from source.
cd build
cmake ..
make
make install
sudo make install
After installing GTest, the C++ tests can be built and started with ``./tests/scripts/task_cpp_unittest.sh`` or just built with ``make cpptest``.

0 comments on commit f2e747b

Please sign in to comment.