This commit is contained in:
Alexandre
2021-12-21 07:20:37 +01:00
committed by GitHub
parent 0d40945d62
commit 89f6e16ca0

View File

@@ -0,0 +1,11 @@
#!/bin/bash
echo "Installing pikepdf..."
apt-get install libxml2-dev libxslt-dev python-dev
apt-get install libjpeg-dev zlib1g-dev
apt-get install python3-dev build-essential -y && \
pip install pikepdf==2.16.1 --force-reinstall
echo "... success!"