forked from LBRYCommunity/lbry-sdk
Updated to include the environment variables needed in mac
This commit is contained in:
parent
07dbdef3fe
commit
c2c184b4ef
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ After installing python 3, you'll need to install some additional libraries depe
|
||||||
|
|
||||||
macOS users will need to install [xcode command line tools](https://developer.xamarin.com/guides/testcloud/calabash/configuring/osx/install-xcode-command-line-tools/) and [homebrew](http://brew.sh/).
|
macOS users will need to install [xcode command line tools](https://developer.xamarin.com/guides/testcloud/calabash/configuring/osx/install-xcode-command-line-tools/) and [homebrew](http://brew.sh/).
|
||||||
|
|
||||||
|
These environment variables also need to be set
|
||||||
|
1. PYTHONUNBUFFERED=1
|
||||||
|
2. EVENT_NOKQUEUE=1
|
||||||
|
|
||||||
Remaining dependencies can then be installed by running:
|
Remaining dependencies can then be installed by running:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue