Skip to content

Commit

Permalink
[Relay][Docs] Add parser dependency install instructions. (#3277)
Browse files Browse the repository at this point in the history
* [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
  • Loading branch information
joshpoll authored and jroesch committed Jun 4, 2019
1 parent 38604d9 commit 4204544
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/install/from_source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4204544

Please sign in to comment.