Skip to content

Commit

Permalink
Merge 947c83d into 8f1d484
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago Jobson committed Sep 5, 2020
2 parents 8f1d484 + 947c83d commit 5c29e14
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.rst
Expand Up @@ -34,10 +34,11 @@ Set up the required packages::
pip install -e .


For now yuicompressor is needed for css compression::
For now yuicompressor is needed for css compression, and
imagamagick and optipng are needed for creating and optimizing image thumbnails::

brew install yuicompressor node optipng
apt-get install yui-compressor nodejs optipng
brew install yuicompressor node optipng imagemagick
apt-get install yui-compressor nodejs optipng imagemagick


Environment setup
Expand Down

0 comments on commit 5c29e14

Please sign in to comment.