Skip to content

Installation

SEGY-SAK can be installed by using pip from PyPi and from source.

Python Package Index via pip

From the command line run the pip package manager

Bash
python -m pip install segysak

Install from source

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

Bash
python -m pip install .

To run the tests install the test dependencies and run pytest

Bash
python -m pip install .[test]
pytest

Info

If you wish to develop SEGY-SAK please follow the contributing guide.