From 42d9d3cbf494b5aad238440d5ad322ac1dee4a85 Mon Sep 17 00:00:00 2001 From: Shen Wang <125523842+swang22@users.noreply.github.com> Date: Thu, 7 Dec 2023 00:26:16 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 99a92b3..dd23a02 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Download [VScode](https://code.visualstudio.com/) and [install](https://code.vis The results will be saved in `yourpath/home/HOPE/ModelCases/MD_Excel_case/output`. ![image](https://github.com/swang22/HOPE/assets/125523842/af68d3a7-4fe7-4d9c-97f5-6d8898e2c522) -7. After finishing the setup and the first time successful run, you can skip steps 4 and 5 for your future runs. +7. For your future new runs, you can skip steps 4 and 5, and just follow steps 1,2,3,6. ### Using System Terminal to Run a Case #### Windows users @@ -50,13 +50,13 @@ The results will be saved in `yourpath/home/HOPE/ModelCases/MD_Excel_case/output 3. Type `]` into the Julia package mode, and type `activate HOPE` (if you are in your `home` directory), you will see prompt `(@v1.8) pkg>` changing to `(HOPE) pkg>`, which means the HOPE project is activated successfully. 4. Type `instantiate` in the (HOPE) pkg prompt. ( After the HOPE is successfully installed, you can skip this step) 5. Type `st` to check that the dependencies (packages that HOPE needs) have been installed. Type `up` to update the version of dependencies (packages). (This step may take some time when you install HOPE for the first time. After the HOPE is successfully installed, you can skip this step) -![image](https://github.com/swang22/HOPE/assets/125523842/66ce1ea1-1b06-43d0-9f2b-542c473797aa) +![image](https://github.com/swan,g22/HOPE/assets/125523842/66ce1ea1-1b06-43d0-9f2b-542c473797aa) 6. If there is no error in the above processes, the **HOPE** model has been successfully installed. Then, click `Backspace` to return to the Juila prompt. To run an example case (e.g., default Maryland 2035 case in `PCM` mode), type `using HOPE`, and type `HOPE.run_hope("HOPE/ModelCases/MD_Excel_case/")`, you will see the **HOPE** is running: ![image](https://github.com/swang22/HOPE/assets/125523842/c36c6384-7e04-450d-921a-784c3b13f8bd) The results will be saved in `yourpath/home/HOPE/ModelCases/MD_Excel_case/output`. ![image](https://github.com/swang22/HOPE/assets/125523842/7a760912-b8f2-4d5c-aea0-b85b6eb00bf4) -7. After finishing the setup and the first time successful run, you can skip steps 4 and 5 for your future runs. +7. For your future new runs, you can skip steps 4 and 5, and just follow steps 1,2,3,6. #### Mac users