From: Wei Chen Date: Thu, 31 Oct 2019 02:52:12 +0000 (-0700) Subject: [Doc] Update ANTLR instruction (#4231) X-Git-Tag: upstream/0.7.0~1711 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=18673112934a619cf100cab25e840c188198963e;p=platform%2Fupstream%2Ftvm.git [Doc] Update ANTLR instruction (#4231) * [Doc] Update ANTLR instruction * Update docs/install/from_source.rst --- diff --git a/docs/install/from_source.rst b/docs/install/from_source.rst index bc7c99d..01708a1 100644 --- a/docs/install/from_source.rst +++ b/docs/install/from_source.rst @@ -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