Skip to content

Commit

Permalink
Merge pull request #137 from caktus/running_non_release
Browse files Browse the repository at this point in the history
Help with running a non-release
  • Loading branch information
dpoirier committed Dec 12, 2016
2 parents c322e27 + 73591e0 commit b6ce4ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Expand Up @@ -32,6 +32,7 @@ To install from PyPi::

pip install django-scribbler

.. note:: If you need to run an unreleased version from the repository, see the `Contributing Guide <http://django-scribbler.readthedocs.org/en/latest/contributing.html>`_ for additional instructions.

Documentation
-----------------------------------
Expand Down
8 changes: 8 additions & 0 deletions docs/quick-start.rst
Expand Up @@ -4,6 +4,14 @@ Getting Started
Below are the basic steps need to get django-scribbler integrated into your
Django project.

Install Scribbler
------------------------------------

django-scribbler should be installed using ``pip``::

$ pip install django-scribbler

.. note:: If you need to run an unreleased version from the repository, see :doc:`contributing` for additional instructions.

Configure Settings
------------------------------------
Expand Down

0 comments on commit b6ce4ab

Please sign in to comment.