From 025e03a067af6277f358d7bdb7dec8cdafec8198 Mon Sep 17 00:00:00 2001 From: Vishal Siramshetty Date: Mon, 30 Oct 2023 13:18:35 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6be834..be8ce7f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ If you use Git to clone this repository, please use the --recursive flag: `git clone --recursive https://github.com/ncats/ncats-adme.git` -If you download the application, you also need to download and unzip [chemprop](https://github.com/chemprop/chemprop/tree/cd55a9f12478aef69917bbd044603d6512173306), but make sure to unzip the contents of chemprop inside the server folder so the the ncats-adme folder/file structure looks something like this: +If you download the application, you also need to download and unzip [chemprop](https://github.com/chemprop/chemprop/tree/cd55a9f12478aef69917bbd044603d6512173306), but make sure to unzip the contents of chemprop inside the `server` folder so the the ncats-adme folder/file structure looks something like this: - ncats-adme - client @@ -41,7 +41,7 @@ You only have complete these steps one time. 1. Open your terminal - If you're on Windows, open Anaconda Prompt (window -> Anaconda3 -> Anaconda Prompt) - If you're on Mac or Linux, open your Terminal -2. Change the working directory ([windows](https://www.digitalcitizen.life/command-prompt-how-use-basic-commands) or [Mac and Linux](https://www.geeksforgeeks.org/cd-command-in-linux-with-examples/)) to where you have ADME_RLM and then go (CD one more time) into the server directory +2. Change the working directory ([windows](https://www.digitalcitizen.life/command-prompt-how-use-basic-commands) or [Mac and Linux](https://www.geeksforgeeks.org/cd-command-in-linux-with-examples/)) to where you have `ncats-adme` and then go (CD one more time) into the `server` directory 3. Create environment - For Windows and Linux machines 1. Type `conda env create --prefix ./env -f environment.yml` and hit Enter