From 23d26728e70bb7a2f52ee9b4c5b0f66cdb5dd384 Mon Sep 17 00:00:00 2001 From: Derek Legenzoff Date: Tue, 13 Jul 2021 22:18:26 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f537db..2f40b02 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Alternatively, these were the conda commands used to install the required packag conda create -n py37-vector-search python=3.7 conda activate py37-vector-search conda install -c conda-forge jupyterlab -conda install pytorch torchvision torchaudio cpuonly -c pytorchconda install pytorch torchvision torchaudio cpuonly -c pytorch +conda install pytorch torchvision torchaudio cpuonly -c pytorch conda install -c anaconda gensim conda install smart_open==2.0.0 pip install azure-search-documents