Skip to content

Commit

Permalink
[Docs] Add typing-extensions dependency guide (apache#13730)
Browse files Browse the repository at this point in the history
Although TVM does not, but `tvmc` depends on `typing-extensions`, which is not mentioned in the documentation.
  • Loading branch information
KokeCacao authored and fzi-peccia committed Mar 27, 2023
1 parent 3f8926a commit b249b9a
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 @@ -331,6 +331,12 @@ like ``virtualenv``.
pip3 install --user numpy decorator attrs
* If you want to use ``tvmc``: the TVM command line driver.

.. code:: bash
pip3 install --user typing-extensions
* If you want to use RPC Tracker

.. code:: bash
Expand Down

0 comments on commit b249b9a

Please sign in to comment.