mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Updated docs to use pypi since its on pypi :)
This commit is contained in:
parent
129be43b16
commit
e3e8c5228b
1 changed files with 2 additions and 2 deletions
|
@ -42,9 +42,9 @@ Dpaste needs at least Django 1.4+ and is tested on Python 2.7 as well as
|
|||
Python 3.3.
|
||||
|
||||
Install the latest dpaste release in your environment. This will install all
|
||||
necessary dependencies of dpaste as well.
|
||||
necessary dependencies of dpaste as well::
|
||||
|
||||
pip install https://github.com/bartTC/dpaste
|
||||
pip install dpaste
|
||||
|
||||
Add `dpaste` and (preferred) `south` to your `INSTALLED_APPS`::
|
||||
|
||||
|
|
Loading…
Reference in a new issue