Install

We strongly advise to use a proper python virtualenv environment to keep package dependencies nicely non conflicting Please read here if you don’t know about it! You will never stop using it anymore.

Using pip distribution

pip install lifewatch-pypam

Using git clone

  1. Download the code using git (can be substituted by downloading the zip folder of the code)

git clone https://github.com/lifewatch/pypam.git

2. Use the package manager pip to install the remaining dependencies. The package dependency pyhydrophone should be automatically downloaded and installed.

pip install -r requirements.txt
  1. Build the project

python setup.py install