We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3335e9 commit ad92138Copy full SHA for ad92138
mongo_connector/doc_managers/elastic2_doc_manager.py
@@ -32,9 +32,9 @@
32
"Error: elasticsearch (https://pypi.python.org/pypi/elasticsearch) "
33
"version 2.x or 5.x is not installed.\n"
34
"Install with:\n"
35
- " pip install elastic-doc-manager[elastic2]\n"
+ " pip install elastic2-doc-manager[elastic2]\n"
36
"or:\n"
37
- " pip install elastic-doc-manager[elastic5]\n"
+ " pip install elastic2-doc-manager[elastic5]\n"
38
)
39
40
from elasticsearch import (
0 commit comments