Skip to content

Commit f1e4cd7

Browse files
authored
[Docs] Add typing-extensions dependency guide (#13730)
Although TVM does not, but `tvmc` depends on `typing-extensions`, which is not mentioned in the documentation.
1 parent 48842d7 commit f1e4cd7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/install/from_source.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,12 @@ like ``virtualenv``.
331331
332332
pip3 install --user numpy decorator attrs
333333
334+
* If you want to use ``tvmc``: the TVM command line driver.
335+
336+
.. code:: bash
337+
338+
pip3 install --user typing-extensions
339+
334340
* If you want to use RPC Tracker
335341

336342
.. code:: bash

0 commit comments

Comments
 (0)