From 5d0ae2fcdb4bafcf51e396f288c8cc93f16a416d Mon Sep 17 00:00:00 2001 From: John Dagdelen Date: Tue, 19 Nov 2019 04:47:04 -0800 Subject: [PATCH] Update README.md Solves #6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bb3373..04d757d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A view-only (no download) link to the paper: https://rdcu.be/bItqk 1. Make sure you have `python3.6` and the `pip` module installed. We recommend using [conda environments](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html). 1. Navigate to the root folder of this repository (the same folder that contains this README file) -and run `pip install -r requirements.txt`. Note: If you are using a conda env and any packages fail to compile during this step, you may need to first install those packages separately with `conda install package_name`. +and run `pip install --ignore-installed -r requirements.txt`. Note: If you are using a conda env and any packages fail to compile during this step, you may need to first install those packages separately with `conda install package_name`. 1. Wait for all the requirements to be downloaded and installed. 1. Run `python setup.py install` to install this module. This will also download the Word2vec model files. If the download fails, manually download the [model](https://storage.googleapis.com/mat2vec/pretrained_embeddings),