diff options
author | Andy Clayton <q3aiml@gmail.com> | 2020-04-28 20:04:57 -0500 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2020-04-29 09:29:37 +0800 |
commit | bb187b9130a21767aed4235a7d85e4dc40e748f4 (patch) | |
tree | ea0537579aa1e5235de920457bf7324424f85401 /README.md | |
parent | 1516ccdb456fdfdb51e528e83237d2a3fdbc8dc3 (diff) | |
download | ledger-bb187b9130a21767aed4235a7d85e4dc40e748f4.tar.gz ledger-bb187b9130a21767aed4235a7d85e4dc40e748f4.tar.bz2 ledger-bb187b9130a21767aed4235a7d85e4dc40e748f4.zip |
update macports dependencies for python 3
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -90,11 +90,11 @@ If you to want to startup python, use the following command: If you build stuff using MacPorts on macOS, as I do, here is what you would run: - $ sudo port install -f cmake python26 \ + $ sudo port install -f cmake python37 \ libiconv zlib gmp \ mpfr ncurses ncursesw \ gettext libedit boost-jam \ - boost +st+python26+icu texlive doxygen graphviz \ + boost +st+python37+icu texlive doxygen graphviz \ texinfo lcov sloccount ### Conda |