Install

Using pip distribution

pip install pyhydrophone

Using git clone

  1. Clone the package

git clone https://github.com/lifewatch/pyhydrophone.git
  1. Use poetry to install the project dependencies

poetry install
  1. Build the project

poetry build