binarybana commented on a change in pull request #6514:
URL: https://github.com/apache/incubator-tvm/pull/6514#discussion_r491138180
##########
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:
Also, we should fix this properly with an official `requirements.txt` or
`setup.py` set of dependencies, so people don't have to [roll their own
lists](https://github.com/tlc-pack/tlcpack/blob/master/docker/install/centos_install_python_package.sh#L13-L16).
----------------------------------------------------------------
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]