Added Virtualenv installation to Axis component (#3440)
* Added Virtualenv installation to Axis component Added path to Virtualenv installation to Axis component * Update axis.markdown
This commit is contained in:
parent
3f1972b97b
commit
ecc2f4757b
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
||||
<p class='note'>
|
||||
Adjust "python3.5" in command above to match your version as stored in "/srv/homeassistant/lib/pythonX.X"
|
||||
</p>
|
||||
|
||||
You can also manually configure your devices by adding the following lines to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue