diff --git a/README.md b/README.md index b63f6c93..6d5c338e 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,17 @@ Convert scans of handwritten notes to beautiful, compact PDFs -- see full writeu ## Requirements - Python 2 or 3 + +Python libraries: (use requirements.txt) - NumPy 1.10 or later - SciPy - - ImageMagick - Image module from PIL or Pillow +Also: + - ImageMagick (for "convert") + - on macOS: `brew install imagemagick` (requires Homebrew) + - on Debian/Ubuntu: `sudo apt-get install imagemagick` + ## Usage ``` @@ -26,7 +32,7 @@ make ## Packages Packages are available for: - [Arch Linux (AUR)](https://aur.archlinux.org/packages/noteshrink/) - + ## Derived works *Note:* Projects listed here aren't necessarily tested or endorsed by me -- use with care!