-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b1d103a
commit 19f4653
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,11 +91,19 @@ $ brew update | |
$ brew install \ | ||
autoconf \ | ||
libffi \ | ||
pkg-config | ||
$ sudo -H python2 -m pip install six | ||
pkg-config \ | ||
[email protected] \ | ||
dbus | ||
$ sudo -H python3 -m pip install git+https://github.com/WebThingsIO/gateway-addon-python#egg=gateway_addon | ||
``` | ||
|
||
To get DBus to build properly, you currently need to symlink `python` to `python3` if a python binary is not already available. E.g. | ||
|
||
``` | ||
$ echo 'export PATH=/opt/homebrew/opt/[email protected]/libexec/bin:$PATH' >> ~/.zprofile | ||
$ source ~/.zprofile | ||
``` | ||
|
||
### Install Node.js | ||
|
||
#### nvm (Recommended) | ||
|