Installation

Dependencies

  • Python >= 3.6

  • setuptools: Use system package.

  • NumPy: Use system package.

  • Either ObsPy or Pyrocko: Install from source, or use pip or conda.

Installation using pip

You can install the OwlPy library using pip. Use the --no-deps option to prevent pip from installing the dependencies automatically.

pip3 install https://github.com/owlpy/owlpy.git --no-deps

Installation from source

git clone https://github.com/owlpy/owlpy.git
cd owlpy
pip3 install . --no-deps
# or
python3 setup.py install