Commit 0be4384e by Thierry Moreau Committed by Tianqi Chen

minor style edit

parent 354139c4
...@@ -8,9 +8,9 @@ We present three installation guides, each extending on the previous one: ...@@ -8,9 +8,9 @@ We present three installation guides, each extending on the previous one:
## VTA Simulation-Only Installation ## VTA Simulation-Only Installation
Please follow the guide on install TVM from source. You need [TVM installed](https://docs.tvm.ai/install/index.html) on your machine.
VTA simulator is library is built by default along with TVM. VTA simulator is library will be built by default along with TVM.
You only have to add vta to your python path. All you need to run the simulator is to add the vta library to your python path.
```bash ```bash
export PYTHONPATH=/path/to/vta/python:${PYTHONPATH} export PYTHONPATH=/path/to/vta/python:${PYTHONPATH}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment