Skip to content

Commit

Permalink
Explain about need for ImageMagick dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejalim committed Oct 16, 2024
1 parent 647403f commit 9a43d6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/local_development.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ This mode uses sqlite for the DB and stores uploaded media on your machine.
* To run the local webpack bundler + django runserver: `just run-local` or `npm start` (both do the same thing)
* Go to <http://localhost:8000> for the default Wagtail site, and <http://localhost:8000/admin/> for the CMS UI
* Ideally you would now load in an export from another developer (see tips below), or you can bootstrao your own local site using [the same steps for a live site](bootstrapping.md#wagtail-bootstrap-an-initial-site).
* Optionally, if you want to support animated GIFs in local builds, this uses the Python ``Wand`` library, which is included as a Python dependency in Birdbox, but to make it work you will need to install ``ImageMagick`` as a system-level dependency as well. Wand's documentation [explains how to do this for various platforms](https://docs.wand-py.org/en/latest/guide/install.html).
## Running via Docker on your machine
Expand Down

0 comments on commit 9a43d6b

Please sign in to comment.