Skip to content

Commit

Permalink
[mzucker#22] describe ImageMagick install
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Mar 12, 2018
1 parent 7d876e5 commit 56ff108
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand All @@ -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!
Expand Down

0 comments on commit 56ff108

Please sign in to comment.