We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1972b commit ecc2f47Copy full SHA for ecc2f47
source/_components/axis.markdown
@@ -37,6 +37,16 @@ Raspberry Pi All-In-One Installer:
37
$ ln -s /usr/lib/python3/dist-packages/gi /srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages
38
```
39
40
+[Virtualenv](https://home-assistant.io/docs/installation/virtualenv/) installation:
41
+
42
+```bash
43
+$ ln -s /usr/lib/python3/dist-packages/gi /srv/homeassistant/lib/python3.5/site-packages
44
+```
45
46
+<p class='note'>
47
+ Adjust "python3.5" in command above to match your version as stored in "/srv/homeassistant/lib/pythonX.X"
48
+</p>
49
50
You can also manually configure your devices by adding the following lines to your `configuration.yaml` file:
51
52
```yaml
0 commit comments