Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 271 Bytes

README-osx.md

File metadata and controls

21 lines (14 loc) · 271 Bytes

Web3.py on OSX

Developer Setup

  1. Install XCode command line tools
xcode-select --install
  1. Install all of the package dependencies
brew install openssl libffi autoconf automake libtool
  1. Install leveldb
brew install leveldb