# extra steps for macOS

brew install bash-completion
brew install libevent
brew install apr

brew install python2
pip install --user -r python-dependencies.txt
pip install --user -r python-developer-dependencies.txt

echo 127.0.0.1$'\t'$HOSTNAME | sudo tee -a /etc/hosts

cat >> ~/.bashrc << EOF
ulimit -n 65536 65536  # Increases the number of open files
EOF