Skip to content

Commit

Permalink
Update README.md for correct project root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mlwymore authored Nov 30, 2023
1 parent 2c94f89 commit 6e78900
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 @@ -13,7 +13,7 @@ This tool is implemented as a Flask (Python) web application. It is currently pr

1. Run the install script.

`cd resilience_calculator`
`cd ResDEEDS`

`sudo install/install.sh`

Expand All @@ -29,7 +29,7 @@ This tool is implemented as a Flask (Python) web application. It is currently pr

1. Create and activate a Python virtual environment for the project.

`cd resilience_calculator`
`cd ResDEEDS`

`py -m venv venv`

Expand Down Expand Up @@ -71,7 +71,7 @@ This tool is implemented as a Flask (Python) web application. It is currently pr

`cd $PROJECT_ROOT`

where `$PROJECT_ROOT` is your `resilience_calculator` folder. On at least some version of Windows, you can also navigate to the folder in File Explorer, right-click on a blank space, and select `Open in Terminal`.
where `$PROJECT_ROOT` is your `ResDEEDS` folder. On at least some version of Windows, you can also navigate to the folder in File Explorer, right-click on a blank space, and select `Open in Terminal`.

1. Activate the Python virtual environment.

Expand Down

0 comments on commit 6e78900

Please sign in to comment.