Install

Using pip distribution

pip install lifewatch-pypam

Using git clone

  1. Clone the package
git clone https://github.com/lifewatch/pypam.git
  1. Use poetry to install the project dependencies
poetry install
  1. Build the project
poetry build