diff --git a/README.md b/README.md index 7df00fd069bed0b969be56ca4c29f6b796868346..8fe2e444a47fbd78e17b60e1f498b6a34950ecf7 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,9 @@ and [Symfony](https://symfony.com/) frameworks.  ## Quickstart -1. Install the Django App via GitHub for now. Working on getting on Pypi soon. +1. Install the Django App via Pypi. ```shell - python -m pip install -e git+https://github.com/DJBarnes/django-dump-die@master - ``` - or - ```shell - pipenv install -e "git+https://github.com/DJBarnes/django-dump-die#egg=django-dump-die" + python -m pip install django-dump-die ``` <br> diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst index e326db24aff1da4f6549e4414c9baf13aebef6ea..a9e3bdb16c71d682cc21d0f535341595f2890648 100644 --- a/docs/source/quickstart.rst +++ b/docs/source/quickstart.rst @@ -1,11 +1,11 @@ Quickstart ********** -1. Install the Django App via GitHub for now. Working on getting on Pypi soon. +1. Install the Django App via Pypi. .. code-block:: bash - python -m pip install -e git+https://github.com/DJBarnes/django-dump-die@master + python -m pip install django-dump-die 2. Add the corresponding app to your Django ``settings.py`` file: