We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mkdir -p ~/intouch-test cd ~/intouch-test python3 -m venv venv source venv/bin/activate git clone https://github.com/zxdavb/intouch-client.git
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