[Relay][Docs] Add parser dependency install instructions. (#3277)
authorJosh Pollock <joshpoll@cs.washington.edu>
Tue, 4 Jun 2019 20:28:36 +0000 (13:28 -0700)
committerJared Roesch <roeschinc@gmail.com>
Tue, 4 Jun 2019 20:28:35 +0000 (13:28 -0700)
* [Relay][Docs] Add parser dependency install instructions.

See https://discuss.tvm.ai/t/trouble-enabling-antlr/2783.

* Add a word.

* Update since the parser will now be committed to the repo.

* revert b/c adding the parser doesn't fix this

docs/install/from_source.rst

index 3a769de..1ea8f34 100644 (file)
@@ -192,6 +192,12 @@ Python dependencies
    .. code:: bash
 
        pip install --user tornado psutil xgboost
+       
+   * If you want to parse Relay text format progams, you must use Python 3 and run the following
+
+   .. code:: bash
+
+       pip install --user mypy orderedset antlr4-python3-runtime
 
 
 Install Contrib Libraries