mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-06 02:29:55 +00:00
Update README.rst for Python 3 on macOS
This commit is contained in:
parent
dcd50c3467
commit
4df8793062
1 changed files with 3 additions and 3 deletions
|
@ -86,16 +86,16 @@ To create binaries, create the 'packages' directory::
|
||||||
|
|
||||||
This directory contains the python dependencies used by Electrum.
|
This directory contains the python dependencies used by Electrum.
|
||||||
|
|
||||||
Mac OS X
|
Mac OS X / macOS
|
||||||
--------
|
--------
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
# On MacPorts installs:
|
# On MacPorts installs:
|
||||||
sudo python setup-release.py py2app
|
sudo python3 setup-release.py py2app
|
||||||
|
|
||||||
# On Homebrew installs:
|
# On Homebrew installs:
|
||||||
ARCHFLAGS="-arch i386 -arch x86_64" sudo python setup-release.py py2app --includes sip
|
ARCHFLAGS="-arch i386 -arch x86_64" sudo python3 setup-release.py py2app --includes sip
|
||||||
|
|
||||||
sudo hdiutil create -fs HFS+ -volname "Electrum" -srcfolder dist/Electrum.app dist/electrum-VERSION-macosx.dmg
|
sudo hdiutil create -fs HFS+ -volname "Electrum" -srcfolder dist/Electrum.app dist/electrum-VERSION-macosx.dmg
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue