Merge branch 'Panda' into 'master'

Added isntructions for macOS

See merge request mara/zine_maker!4
This commit is contained in:
Mara Karagianni 2024-06-02 19:14:40 +00:00
commit 2761c0be90

View file

@ -33,6 +33,8 @@ Basic requirements are listed here.
Check by opening the terminal and run `python -i` Check by opening the terminal and run `python -i`
- And also the pip command if it didn't get installed with Python - And also the pip command if it didn't get installed with Python
https://pip.pypa.io/en/stable/installation/ https://pip.pypa.io/en/stable/installation/
- On macOS, ImageMagick needs to be installed. If using MacPorts, then use the ImageMagic7 port and then change the path to include the bin subdirectory as per the MacPorts note.
- To use pdfunite on macOS, one can download Poppler (there is a port for it in MacPorts)
Once these are installed, from within zine_maker folder run: Once these are installed, from within zine_maker folder run: