diff --git a/README.md b/README.md index f945c57c..248a2ba0 100644 --- a/README.md +++ b/README.md @@ -47,14 +47,14 @@ The build caches .png files out of the .svg files to improve performance. To ena On Ubuntu: -* Run sudo easy_install pysvg to install python svg libraries -* Run sudo apt-get install librsvg2-bin to install rsvg-convert -* Run sudo apt-get install imagemagick to install ImageMagick +* Run sudo pip install pysvg to install python svg libraries +* Run sudo apt install librsvg2-bin to install rsvg-convert +* Run sudo apt install imagemagick to install ImageMagick On OS X: * Install [Homebrew](http://brew.sh). -* Run sudo easy_install pysvg to install python svg libraries +* Run sudo pip install pysvg to install python svg libraries * Run brew install librsvg to install rsvg-convert * Run brew install imagemagick to install ImageMagick