mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Further typo fixes in the README.
This commit is contained in:
parent
e3e8c5228b
commit
c61bb96121
1 changed files with 5 additions and 5 deletions
10
README.rst
10
README.rst
|
@ -16,8 +16,8 @@ You can find a live example on http://dpaste.de/
|
||||||
Testing and local development
|
Testing and local development
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
dpaste is continuously tested on _Travis. You can also run the test
|
dpaste is continuously tested on Travis_. You can also run the test
|
||||||
suite locally with _tox::
|
suite locally with tox_::
|
||||||
|
|
||||||
$ cd dpaste/
|
$ cd dpaste/
|
||||||
$ pip install tox
|
$ pip install tox
|
||||||
|
@ -31,8 +31,8 @@ This is also the preferred way to setup an environment for local development::
|
||||||
$ pip install -r requirements.txt
|
$ pip install -r requirements.txt
|
||||||
$ python runtests.py
|
$ python runtests.py
|
||||||
|
|
||||||
_Travis: https://travis-ci.org/bartTC/dpaste
|
.. _Travis: https://travis-ci.org/bartTC/dpaste
|
||||||
_tox: http://tox.readthedocs.org/en/latest/
|
.. _tox: http://tox.readthedocs.org/en/latest/
|
||||||
|
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
Integrate dpaste into an existing project
|
Integrate dpaste into an existing project
|
||||||
|
@ -46,7 +46,7 @@ necessary dependencies of dpaste as well::
|
||||||
|
|
||||||
pip install dpaste
|
pip install dpaste
|
||||||
|
|
||||||
Add `dpaste` and (preferred) `south` to your `INSTALLED_APPS`::
|
Add ``dpaste`` and (preferred) ``south`` to your ``INSTALLED_APPS``::
|
||||||
|
|
||||||
INSTALLED_APPS = (
|
INSTALLED_APPS = (
|
||||||
'django.contrib.sessions',
|
'django.contrib.sessions',
|
||||||
|
|
Loading…
Reference in a new issue