[Doc] Update ANTLR instruction (#4231)
authorWei Chen <ipondering.weic@gmail.com>
Thu, 31 Oct 2019 02:52:12 +0000 (19:52 -0700)
committerTianqi Chen <tqchen@users.noreply.github.com>
Thu, 31 Oct 2019 02:52:12 +0000 (19:52 -0700)
* [Doc] Update ANTLR instruction

* Update docs/install/from_source.rst

docs/install/from_source.rst

index bc7c99d..01708a1 100644 (file)
@@ -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