Skip to content

Commit

Permalink
Merge pull request #103 from ncats/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
iwwwish authored Oct 30, 2023
2 parents 26202ea + 83bcc05 commit 6440b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6440b80

Please sign in to comment.