mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-12 07:49:39 -05:00
updated OSX build instructions
This commit is contained in:
parent
6efc852ea0
commit
e0c1b2eb44
3
BUILD.md
3
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:
|
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
|
echo export PYTHONPATH=\$PYTHONPATH:/usr/local/lib/python2.7/site-packages/ >> ~/.profile
|
||||||
source ~/.profile
|
source ~/.profile
|
||||||
brew install qt4 pyqt
|
brew install qt4 pyqt
|
||||||
|
sudo pip install virtualenv
|
||||||
virtualenv env
|
virtualenv env
|
||||||
. env/bin/activate
|
. env/bin/activate
|
||||||
pip install flask stem py2app
|
pip install flask stem py2app
|
||||||
|
Loading…
Reference in New Issue
Block a user