From ee25e45ad01493d491b1be729f31739d17f44ec1 Mon Sep 17 00:00:00 2001 From: puddly <32534428+puddly@users.noreply.github.com> Date: Mon, 17 Aug 2020 15:25:59 -0400 Subject: [PATCH] Update README to include installation instructions from Git --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f9133e5..11d45144 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,17 @@ Together with zigpy and compatible home automation software (namely Home Assistant's [ZHA (Zigbee Home Automation) integration component](https://www.home-assistant.io/integrations/zha/)), you can directly control most Zigbee devices such as Philips Hue, GE, OSRAM LIGHTIFY, Xiaomi/Aqara, IKEA Tradfri, Samsung SmartThings, and many more. # Installation -Install the Python module within your virtual environment: +Install the Python module from the PyPI within your virtual environment: ```shell (venv) $ pip install zigpy-znp ``` +Or the most recent commit directly from Git: +```shell +(venv) $ pip install git+https://github.com/zha-ng/zigpy-znp/ +``` + If you are using Home Assistant, copy `custom_components/zha_custom_radios.py` into your `custom_components` folder and create a new entry in your `configuration.yaml` file: ```yaml