diff --git a/source/_components/axis.markdown b/source/_components/axis.markdown index 56a903cd72..2c0295871f 100644 --- a/source/_components/axis.markdown +++ b/source/_components/axis.markdown @@ -37,6 +37,16 @@ Raspberry Pi All-In-One Installer: $ ln -s /usr/lib/python3/dist-packages/gi /srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages ``` +[Virtualenv](https://home-assistant.io/docs/installation/virtualenv/) installation: + +```bash +$ ln -s /usr/lib/python3/dist-packages/gi /srv/homeassistant/lib/python3.5/site-packages +``` + +

+ Adjust "python3.5" in command above to match your version as stored in "/srv/homeassistant/lib/pythonX.X" +

+ You can also manually configure your devices by adding the following lines to your `configuration.yaml` file: ```yaml