Installation

SEGY-SAK can be installed by using pip or python setuptools, we also provide an environment.yml for use with conda and is available through Github.

Python Package Index via pip

From the command line run the pip package manager

pip install segysak

Install from source

Clone the SEGY-SAK Github repository and in the top level directory run setuptools via

python setup.py install

And to run the tests

python setup.py test