Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help with running a non-release #137

Merged
merged 1 commit into from
Dec 12, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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