Skip to content

Commit

Permalink
fix: Allow breaking system packages in pip
Browse files Browse the repository at this point in the history
  • Loading branch information
pojntfx committed Apr 28, 2023
1 parent 1ea378e commit 9b5c38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ clean:

# Dependencies
depend:
pip install pillow qrcode md2gemini
pip install pillow qrcode md2gemini --break-system-packages
curl -L -o /tmp/Eisvogel.zip 'https://github.com/Wandmalfarbe/pandoc-latex-template/releases/latest/download/Eisvogel.zip'
mkdir -p "$${HOME}/.local/share/pandoc/templates"
unzip -p /tmp/Eisvogel.zip eisvogel.latex > "$${HOME}/.local/share/pandoc/templates/eisvogel.latex"

0 comments on commit 9b5c38c

Please sign in to comment.