Commit 4204544b by Josh Pollock Committed by Jared Roesch

[Relay][Docs] Add parser dependency install instructions. (#3277)

* [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
parent 38604d92
......@@ -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
......
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