Skip to content

How to Test (still WIP)

David Bonnes edited this page Apr 30, 2019 · 3 revisions

How to test this library

  1. Download/Install the latest version
  mkdir -p ~/intouch-test
  cd ~/intouch-test

  python3 -m venv venv
  source venv/bin/activate

  git clone https://github.com/zxdavb/intouch-client.git
  1. Run the CLI
  HOSTNAME=192.168.0.200
  python intouchclient/__init__.py ${HOSTNAME}

If you want to add the latest version of the library:

  pip install git+https://github.com/zxdavb/intouch-client.git
Clone this wiki locally