From 2191cf0b9a2b92e5d23628b08afd0175386f1ebc Mon Sep 17 00:00:00 2001 From: nitely Date: Mon, 25 Sep 2017 06:01:28 -0300 Subject: [PATCH] *new in ...* usage note --- README.md | 8 +++++--- docs/installation.rst | 2 ++ 2 files changed, 7 insertions(+), 3 deletions(-) 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::