From c4976830644022bea20f0b59b9bfd2e38359197f Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Mon, 10 Jun 2024 20:50:03 +0400 Subject: [PATCH] Quote remaining eland[pytorch] for ZSH users (#701) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d44a8a..c83bf1e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ $ python -m pip install eland If using Eland to upload NLP models to Elasticsearch install the PyTorch extras: ```bash -$ python -m pip install eland[pytorch] +$ python -m pip install 'eland[pytorch]' ``` Eland can also be installed from [Conda Forge](https://anaconda.org/conda-forge/eland) with Conda: