We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pip install django-elastic-migrations
1 parent aa44c23 commit 8cf4d9bCopy full SHA for 8cf4d9b
README.rst
@@ -100,8 +100,8 @@ Usage
100
Installation
101
~~~~~~~~~~~~
102
103
-
104
-#. 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``
105
#. Ensure that a valid ``elasticsearch-dsl-py`` version is accessible, and configure
106
the path to your configured Elasticsearch singleton client in your django settings:
107
``DJANGO_ELASTIC_MIGRATIONS_ES_CLIENT = "tests.es_config.ES_CLIENT"``.
0 commit comments