improve README, and test dependency numpy

This commit is contained in:
Xiang Gao 2019-05-29 11:16:04 -04:00 committed by Ram Rachum
parent 7c7e7eb81a
commit 71fcb14a99
2 changed files with 2 additions and 0 deletions

View File

@ -173,6 +173,7 @@ sum_to_x(10000)
```
You will get `l = list(size=10000)` for the list, and `a = ndarray(shape=(10, 10), dtype=float64)` for the ndarray.
The `custom_repr` are matched in order, if one condition matches, no further conditions will be checked.
# Installation #

View File

@ -16,6 +16,7 @@ description = Unit tests
deps =
pytest
python_toolbox
numpy
commands = pytest
setenv =
# until python_toolbox is fixed