diff options
author | John Wiegley <johnw@newartisans.com> | 2018-01-03 23:11:11 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-03 23:11:11 -0800 |
commit | a140c2d7432778678ad7b4feed2fec7329b04815 (patch) | |
tree | 677a68f72b28f8af766fcf71cb13d5cd20a23b02 /README.md | |
parent | e3bcb8e87e4f89b7fc694c2c444f602aa9ee2bab (diff) | |
parent | 4281df624f9b127d9a35db9b1930233cbdbf8ab8 (diff) | |
download | fork-ledger-a140c2d7432778678ad7b4feed2fec7329b04815.tar.gz fork-ledger-a140c2d7432778678ad7b4feed2fec7329b04815.tar.bz2 fork-ledger-a140c2d7432778678ad7b4feed2fec7329b04815.zip |
Merge pull request #507 from kylef/patch-1
Homebrew installs Python bindings by default
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -103,10 +103,6 @@ You can use [Homebrew] or [MacPorts] to install Ledger easily on OS X. You can see the parameters you can pass while installing with brew by the command `brew options ledger`. To install ledger, simply type the following command: $ brew install ledger - -If everything worked well, you should have ledger working now. If you want to install this with python bindings, you can use the following command: - - $ brew install ledger --with-python If you to want to startup python, use the following command: |