Commit 18673112 by Wei Chen Committed by Tianqi Chen

[Doc] Update ANTLR instruction (#4231)

* [Doc] Update ANTLR instruction

* Update docs/install/from_source.rst
parent 31b47c84
......@@ -195,10 +195,11 @@ Python dependencies
pip3 install --user tornado psutil xgboost
* If you want to parse Relay text format progams, you must use Python 3 and run the following
* If you want to build tvm to compile a model, you must use Python 3 and run the following
.. code:: bash
sudo apt install antlr4
pip3 install --user mypy orderedset antlr4-python3-runtime
......
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