You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-18Lines changed: 25 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,27 +11,34 @@ Somfy TaHoma has an official API, which can be consumed via the [Somfy-open-api]
11
11
12
12
This package is written for the Home Assistant [ha-tahoma](https://github.com/iMicknl/ha-tahoma) integration, but could be used by any Python project interacting with Somfy TaHoma devices.
13
13
14
-
# Development
15
-
16
14
## Installation
17
15
18
-
* For Linux, install [pyenv](https://github.com/pyenv/pyenv) using [pyenv-installer](https://github.com/pyenv/pyenv-installer)
19
-
* For MacOS, run `brew install pyenv`
20
-
* Don't forget to update your `.bashrc` file (or similar):
21
-
```
22
-
export PATH="~/.pyenv/bin:$PATH"
23
-
eval "$(pyenv init -)"
24
-
eval "$(pyenv virtualenv-init -)"
25
-
```
26
-
* Install the required [dependencies](https://github.com/pyenv/pyenv/wiki#suggested-build-environment)
0 commit comments