Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
swang22 authored Dec 7, 2023
1 parent 5636223 commit 42d9d3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 42d9d3c

Please sign in to comment.