diff options
author | Travis Wrightsman <traviswrightsman@gmail.com> | 2019-09-07 13:14:45 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2019-09-09 11:03:00 -0700 |
commit | dba961a6c35719e2ca7da3cd9c5627b9ef6036df (patch) | |
tree | 2a3a9d6703e3b956b267f391881bfa87e29fa91c | |
parent | 310eefb9bb1bbecd4078d830dbc1b125f28923f4 (diff) | |
download | ledger-dba961a6c35719e2ca7da3cd9c5627b9ef6036df.tar.gz ledger-dba961a6c35719e2ca7da3cd9c5627b9ef6036df.tar.bz2 ledger-dba961a6c35719e2ca7da3cd9c5627b9ef6036df.zip |
Add Conda installation instructions to the README
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -97,6 +97,13 @@ run: boost +st+python26+icu texlive doxygen graphviz \ texinfo lcov sloccount +### Conda + +Ledger is also available through [Conda](https://conda.io) from the +[conda-forge](https://conda-forge.org) channel: + + $ conda install -c conda-forge ledger + ### Ubuntu If you're going to build on Ubuntu, `sudo apt-get install ...` the |