Skip to content

Instantly share code, notes, and snippets.

@itst
Last active October 26, 2019 22:58
Show Gist options
  • Save itst/27fb8a692b10c360de1fa829db98124b to your computer and use it in GitHub Desktop.
Save itst/27fb8a692b10c360de1fa829db98124b to your computer and use it in GitHub Desktop.
Installling ibooks-highlights on macOS 10.12

Installation

  1. Download/clone https://github.com/matttrent/ibooks-highlights
  2. pip3 install click
  3. brew install libyaml
  4. cd to cloned copy
  5. sudo python3 setup.py install
  6. copy templates from ibook_highlights/templates to /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/ibooks_highlights-0.1.0-py3.6.egg
  7. Create directoy to hold your notes. mkdir ~/Documents/Annotations
  8. cd ~/Documents/Annotations
  9. ibooks-highlights.py --bookdir ./ sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment