diff --git a/README.md b/README.md index fe5d78b..b65f680 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ +Requirements +============ + +We need the lessc binary for css compression. +It can be installed via npm: +> npm install -g less + +We also need yuglify: +> npm install -g yuglify + Installation ============ @@ -13,5 +23,6 @@ Do not forget to create your private_settings.py! Before using in production (or development), run this: > python manage.py collectstatic +> python manage.py syncdb Static files will be collected in /static, use this in your webserver configuration for production.