Open odevauchelle opened 4 years ago
Hi Hugo,
In the Beampy installation documentation, the list of dependencies is outdated:
sudo apt-get install ffmpeg inkscape texlive-extra-utils texlive-latex-extra pdf2svg python-pil python-beautifulsoup
should probably be:
apt-get install ffmpeg inkscape texlive-extra-utils texlive-latex-extra pdf2svg python3-pil python3-bs4 python3-distutils
Thanks !
Olivier.
Hi Olivier,
Thanks for the updates :+1: !
PIL (via pillow) and BS4 could also be installed via pip (they are listed in the setup.py)
Hugo.
Hi Hugo,
In the Beampy installation documentation, the list of dependencies is outdated:
sudo apt-get install ffmpeg inkscape texlive-extra-utils texlive-latex-extra pdf2svg python-pil python-beautifulsoup
should probably be:
apt-get install ffmpeg inkscape texlive-extra-utils texlive-latex-extra pdf2svg python3-pil python3-bs4 python3-distutils
Thanks !
Olivier.