This is an automated email from the ASF dual-hosted git repository.
masahi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new f1e4cd720b [Docs] Add `typing-extensions` dependency guide (#13730)
f1e4cd720b is described below
commit f1e4cd720b9f868c0682e7adf7e3277de43ce2a0
Author: Koke_Cacao <[email protected]>
AuthorDate: Thu Jan 12 05:02:00 2023 +0800
[Docs] Add `typing-extensions` dependency guide (#13730)
Although TVM does not, but `tvmc` depends on `typing-extensions`, which is
not mentioned in the documentation.
---
docs/install/from_source.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/install/from_source.rst b/docs/install/from_source.rst
index 7a6b937057..37ca72d80f 100644
--- a/docs/install/from_source.rst
+++ b/docs/install/from_source.rst
@@ -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