diff --git a/README.md b/README.md index 9326a95..74e9d52 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,16 @@ Gallery building needs graphicsmagick library 1. Create a virtualenv, and activate it - virtualenv venv - source venv/bin/activate +``` +virtualenv venv +source venv/bin/activate +``` 2. Download and install Prosopopee - pip instal git+https://github.com/Psycojoker/prosopopee - +``` +pip instal git+https://github.com/Psycojoker/prosopopee +``` ## Usage @@ -66,4 +69,4 @@ sections: text: Some text, HTML is allowed. - type: bordered-picture image: another_picture.jpg -``` \ No newline at end of file +```