* [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
.. 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