From 8cf4d9bbecf4734b1d696e92dfe773c7d2c5d292 Mon Sep 17 00:00:00 2001 From: "P. Myer Nore" Date: Tue, 13 Nov 2018 09:10:48 -0500 Subject: [PATCH] add `pip install django-elastic-migrations` to README #52 bump 0.7.7 to 0.7.8 and release on PyPI --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7dab948..4c5dfb4 100644 --- a/README.rst +++ b/README.rst @@ -100,8 +100,8 @@ Usage Installation ~~~~~~~~~~~~ - -#. Put a reference to this package in your ``requirements.txt`` and install the package +#. ``pip install django-elastic-migrations`` +#. Put a reference to this package in your ``requirements.txt`` #. Ensure that a valid ``elasticsearch-dsl-py`` version is accessible, and configure the path to your configured Elasticsearch singleton client in your django settings: ``DJANGO_ELASTIC_MIGRATIONS_ES_CLIENT = "tests.es_config.ES_CLIENT"``.