diff --git a/README.md b/README.md index c2cbcbd2..29ece8fc 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,10 @@ On Debian Linux you will need to ensure that you have the [GNU Multiprecision Ar sudo apt-get install libgmp-dev ``` +### Testing + +Running `pytest` doesn't work with this project. The correct way to execute tests is to run `make test`. + ### Release setup Releases follow the same basic pattern as releases of some tangentially-related projects,