Installation ============ This package is available on PyPI and can be installed with .. code-block:: bash $ pip install treverhines-rbf To install the latest version, clone the source code for the project from https://github.com/treverhines/RBF. Install it from the top-level directory with .. code-block:: bash $ pip install . -r requirements.txt Test that the installation works by going into the test directory and running .. code-block:: bash $ python -m unittest discover