Commit fd9fa4bf by Ruslan Baratov Committed by Tianqi Chen

Docs: pip dependencies for testing (#2728)

parent 115da9d5
......@@ -52,6 +52,12 @@ C++
Python
^^^^^^
Necessary dependencies:
.. code:: bash
pip install --user nose Cython
If you want to run all tests:
.. code:: bash
......@@ -72,4 +78,4 @@ If you want to run a single test:
export PYTHONPATH=python:topi/python
rm -rf python/tvm/*.pyc python/tvm/*/*.pyc python/tvm/*/*/*.pyc
TVM_FFI=ctypes python -m nose -v tests/python/unittest/test_pass_storage_rewrite.py
\ No newline at end of file
TVM_FFI=ctypes python -m nose -v tests/python/unittest/test_pass_storage_rewrite.py
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment