Skip to content

Commit ee25e45

Browse files
committed
Update README to include installation instructions from Git
1 parent 38b0445 commit ee25e45

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,17 @@
88
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.
99

1010
# Installation
11-
Install the Python module within your virtual environment:
11+
Install the Python module from the PyPI within your virtual environment:
1212

1313
```shell
1414
(venv) $ pip install zigpy-znp
1515
```
1616

17+
Or the most recent commit directly from Git:
18+
```shell
19+
(venv) $ pip install git+https://github.com/zha-ng/zigpy-znp/
20+
```
21+
1722
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:
1823

1924
```yaml

0 commit comments

Comments
 (0)