- Install XCode command line tools
xcode-select --install
- Install all of the package dependencies
brew install openssl libffi autoconf automake libtool
- Install
leveldb
brew install leveldb
If you are on
>=OSX 10.15 Catalina
you may encounter the following error with the defaultZSH
shell. This can be fixed by wrapping the[dev]
part in quotes.
pip install -e .[dev]
zsh: no matches found: .[dev]
Run install commands as follows:
pip install -e .'[dev]'