Skip to content

Commit 8cf4d9b

Browse files
committed
add pip install django-elastic-migrations to README
#52 bump 0.7.7 to 0.7.8 and release on PyPI
1 parent aa44c23 commit 8cf4d9b

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)