diff options
author | Kyle Fuller <kyle@fuller.li> | 2018-01-03 14:20:53 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-03 14:20:53 -0800 |
commit | 4281df624f9b127d9a35db9b1930233cbdbf8ab8 (patch) | |
tree | 677a68f72b28f8af766fcf71cb13d5cd20a23b02 | |
parent | e3bcb8e87e4f89b7fc694c2c444f602aa9ee2bab (diff) | |
download | fork-ledger-4281df624f9b127d9a35db9b1930233cbdbf8ab8.tar.gz fork-ledger-4281df624f9b127d9a35db9b1930233cbdbf8ab8.tar.bz2 fork-ledger-4281df624f9b127d9a35db9b1930233cbdbf8ab8.zip |
Homebrew installs Python bindings by default
As per https://github.com/Homebrew/homebrew-core/blob/2dfe5715a8f11f07b6460bed40d885c168c09ca7/Formula/ledger.rb#L19
-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: |