From e0c1b2eb440da94e9f8954d4f4badb97ddb61f9e Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Fri, 20 Jun 2014 16:23:32 -0400 Subject: [PATCH] updated OSX build instructions --- BUILD.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BUILD.md b/BUILD.md index 6b352343..35bcbf72 100644 --- a/BUILD.md +++ b/BUILD.md @@ -27,9 +27,12 @@ To install the right dependencies, you need homebrew and pip installed on your M The first time you're setting up your dev environment: + git clone https://github.com/micahflee/onionshare.git + cd onionshare echo export PYTHONPATH=\$PYTHONPATH:/usr/local/lib/python2.7/site-packages/ >> ~/.profile source ~/.profile brew install qt4 pyqt + sudo pip install virtualenv virtualenv env . env/bin/activate pip install flask stem py2app