Installation¶
To install seismolab with pip:
$ 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:
$ git clone https://github.com/konkolyseismolab/seismolab.git
$ cd seismolab
$ pip install .
To run the unit tests you may need to install pytest:
$ pip install pytest
Check if the unit tests pass:
$ python3 -m pytest