Skip to content

Commit 6fa1430

Browse files
authored
Merge pull request #54 from HBS-HBX/#52_bump_0.7.7_to_0.7.8_and_release_on_PyPI
closes #54 add `pip install django-elastic-migrations` to README
2 parents aa44c23 + 8cf4d9b commit 6fa1430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ Usage
100100
Installation
101101
~~~~~~~~~~~~
102102

103-
104-
#. Put a reference to this package in your ``requirements.txt`` and install the package
103+
#. ``pip install django-elastic-migrations``
104+
#. Put a reference to this package in your ``requirements.txt``
105105
#. Ensure that a valid ``elasticsearch-dsl-py`` version is accessible, and configure
106106
the path to your configured Elasticsearch singleton client in your django settings:
107107
``DJANGO_ELASTIC_MIGRATIONS_ES_CLIENT = "tests.es_config.ES_CLIENT"``.

0 commit comments

Comments
 (0)