[DOCS] update installation doc and add gitignore (#279)

Co-authored-by: Min Xu <min.xu.public@gmail.com>
This commit is contained in:
Min Xu
2021-09-12 21:11:45 -07:00
committed by GitHub
parent 4163d32c49
commit cecca90bea
3 changed files with 9 additions and 1 deletions

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
__pycache__
.pytest_cache
python/build/
python/triton.egg-info/
python/triton/_C/libtriton.so

View File

@@ -44,6 +44,7 @@ You can then test your installation by running the unit tests:
.. code-block:: bash .. code-block:: bash
pip install -r requirements-test.txt
pytest -vs . pytest -vs .
and the benchmarks and the benchmarks

View File

@@ -0,0 +1 @@
scipy >= 1.7.1