lowtechmag/solar

plugin web-assets must be installed

juliepierson opened this issue · 2 comments

Hi,
Thanks for this pelican theme !
I had to install Web Assets pelican plugin to be able to use it :
pip install pelican-webassets

Maybe this should be in the readme for future users ?
Thanks !
Julie.

Hi Julie,

It is already listed in the README:

Installing dependencies for the plugins:
sudo pip3 install Pillow bs4 git+https://www.github.com/hbldh/hitherdither webassets libsass cssmin

thank you!

Thanks for your answer !
pip install webassets didn't work for me, I did pip install pelican-webassets to make it work. Don't know if this is just me though 😃