Skip to content

Commit

Permalink
Docs: Update info about BS3 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
darklow committed Jun 26, 2015
1 parent 7950e0b commit 851dd56
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ Click on screenshot for live demo:
Installation
============

1. You can get Django Suit by using pip or easy_install::
1. You can get stable version of Django Suit by using pip or easy_install::

pip install django-suit
pip install django-suit==0.2.13
# or
easy_install django-suit
easy_install django-suit==0.2.13

2. You will need to add the ``'suit'`` application to the ``INSTALLED_APPS`` setting of your Django project ``settings.py`` file.::

Expand Down Expand Up @@ -89,6 +89,14 @@ Develop branch
pip install https://github.com/darklow/django-suit/tarball/develop


Bootstrap3 branch
-----------------

`BS3 branch <https://github.com/darklow/django-suit/commits/bs3>`_ is considered as alpha version and is not yet ready for production use. To install latest bs3 version use::

pip install django-suit==0.3a1


Customization
=============

Expand Down

0 comments on commit 851dd56

Please sign in to comment.