diff options
author | Zac-HD <zac.hatfield.dodds@gmail.com> | 2020-01-24 16:28:16 +1100 |
---|---|---|
committer | Zac-HD <zac.hatfield.dodds@gmail.com> | 2020-02-05 21:42:51 +1100 |
commit | 8eb9cfcd064a412f5757622d1da343b1730c034d (patch) | |
tree | bf40e2343c31a602886ff7f484d1d42d159010e6 /INSTALL.rst.txt | |
parent | 4b20d78b74556f0a498ffb311084aad57bb358af (diff) | |
download | numpy-8eb9cfcd064a412f5757622d1da343b1730c034d.tar.gz |
Install and configure Hypothesis
Diffstat (limited to 'INSTALL.rst.txt')
-rw-r--r-- | INSTALL.rst.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL.rst.txt b/INSTALL.rst.txt index 30f58fa6d..2b9226751 100644 --- a/INSTALL.rst.txt +++ b/INSTALL.rst.txt @@ -26,8 +26,13 @@ Building NumPy requires the following installed software: This is required for testing NumPy, but not for using it. +4) Hypothesis__ (optional) 5.3.0 or later + + This is required for testing NumPy, but not for using it. + Python__ http://www.python.org pytest__ http://pytest.readthedocs.io +Hypothesis__ https://hypothesis.readthedocs.io/en/latest/ .. note:: |