Installation =============== To install seismolab with pip: .. code-block:: console $ pip install seismolab Building from source -------------------- You can also install the current development version of seismolab. Just clone the GitHub repository and install the code with pip: .. code-block:: console $ git clone https://github.com/konkolyseismolab/seismolab.git $ cd seismolab $ pip install . To run the unit tests you may need to install ``pytest``: .. code-block:: console $ pip install pytest Check if the unit tests pass: .. code-block:: console $ python3 -m pytest