diff --git a/README.md b/README.md index adcf95a7..114e5866 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ To see it in action, please visit [The Spirit Project](http://spirit-project.com ## Usage -```python +> New in Spirit 0.5 + +``` pip install django-spirit spirit startproject mysite cd mysite @@ -36,8 +38,8 @@ Docs can be found at [spirit.readthedocs.io](http://spirit.readthedocs.io/en/lat ## Testing -```python -$ python runtests.py +``` +python runtests.py ``` ## License diff --git a/docs/installation.rst b/docs/installation.rst index 2a71749a..612dd281 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -13,6 +13,8 @@ Compatibility Get started ----------- + New in Spirit 0.5 + Latest version can be installed through pip:: 1. Install Spirit::