comaniac commented on a change in pull request #6514:
URL: https://github.com/apache/incubator-tvm/pull/6514#discussion_r491076083
##########
File path: docs/install/from_source.rst
##########
@@ -205,7 +205,7 @@ like ``virtualenv``.
.. code:: bash
- pip3 install --user numpy decorator attrs
+ pip3 install --user numpy decorator attrs typed_ast pytest
Review comment:
I see. Which example did you try? In general if users only want to use
instead of developing TVM, we should not ask them to install unnecessary
packages such as `pytest` and `mypy`.
IMHO, we could indicate an example at the end of this doc to make it clear.
It might be better to also add descriptions about installing extra requirements
for developments (e.g., testing).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]