Skip to content

Commit

Permalink
Merge pull request #54 from HBS-HBX/#52_bump_0.7.7_to_0.7.8_and_relea…
Browse files Browse the repository at this point in the history
…se_on_PyPI

closes #54 add `pip install django-elastic-migrations` to README
  • Loading branch information
codekiln authored Nov 13, 2018
2 parents aa44c23 + 8cf4d9b commit 6fa1430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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"``.
Expand Down

0 comments on commit 6fa1430

Please sign in to comment.