*new in ...* usage note

This commit is contained in:
nitely 2017-09-25 06:01:28 -03:00
parent 73b73e8a9e
commit 2191cf0b9a
2 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -13,6 +13,8 @@ Compatibility
Get started
-----------
New in Spirit 0.5
Latest version can be installed through pip::
1. Install Spirit::