mirror of
https://github.com/ml-explore/mlx.git
synced 2025-10-05 22:48:12 +08:00
add extra_require with libs for running tests (#36)
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,6 +8,7 @@ __pycache__/
|
||||
|
||||
# Metal libraries
|
||||
*.metallib
|
||||
venv/
|
||||
|
||||
# Distribution / packaging
|
||||
python/mlx/share
|
||||
|
@@ -60,7 +60,7 @@ For developing use an editable install:
|
||||
To make sure the install is working run the tests with:
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
pip install ".[testing]"
|
||||
python -m unittest discover python/tests
|
||||
|
||||
C++ API
|
||||
|
Reference in New Issue
Block a user