From b38e9afff89ca5157a9130115bd11736cd83e7a3 Mon Sep 17 00:00:00 2001 From: Koke_Cacao Date: Mon, 9 Jan 2023 02:37:05 -0500 Subject: [PATCH] [Docs] Add `typing-extensions` dependency guide 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 7a6b93705759..37ca72d80f36 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