add extra_require with libs for running tests (#36)

This commit is contained in:
Diogo
2023-12-06 15:21:48 -05:00
committed by GitHub
parent 2440fe0124
commit d15dead35e
3 changed files with 5 additions and 1 deletions

View File

@@ -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