diff --git a/README.rst b/README.rst index a1d968245e70ba115847c9f875099d6181e6afd1..fa6bb5640bfa0f3c4a124f3bf70913035a89eaf2 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,11 @@ needing. Nonetheless, the FMMs and a fair bit of other useful stuff is accessibl Installation ------------ -To build this, you need +Binary wheels and source code are available from the `Python package index `_. +Thank you to `Isuru Fernando `_ for working on `infrastructure to build those wheels +`_. + +To build this from source, you need * `numpy `_ * `mako `_ (`pip `_ install mako or `ez_install mako`) diff --git a/setup.py b/setup.py index 65da29f495824ee96af120a0c9fadfc60438d71f..afe68391a5ac83a955e1c84592ca06ac24028550 100644 --- a/setup.py +++ b/setup.py @@ -173,8 +173,8 @@ def main(): ], packages=["pyfmmlib"], - install_requires=[ - "pytest>=2", + setup_requires=[ + "numpy", ], ext_modules=[ Extension(