ACMCMC commited on
Commit
72dd57e
1 Parent(s): 2bb81aa

Updated README

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -20,7 +20,7 @@ pinned: false
20
 
21
  ## Setup
22
 
23
- 1. get pre-processed data
24
  ```Shell
25
  git lfs fetch --all
26
  git lfs checkout
@@ -29,9 +29,8 @@ pinned: false
29
  ```Shell
30
  docker-compose up -d
31
  ```
32
- 3. Start a Jupyter Notebook
33
- 4. before using the web app for the first time, run [database.ipynb](./database.ipynb)
34
- 5. run the app: `streamlit run app.py`
35
 
36
  ## Debugging
37
  - Navigate to http://localhost:52773/csp/sys/UtilHome.csp to access IRIS and login with username: `demo`, password: `demo`
 
20
 
21
  ## Setup
22
 
23
+ 1. Get pre-processed data (large files are stored using Git LFS - you need to have it installed)
24
  ```Shell
25
  git lfs fetch --all
26
  git lfs checkout
 
29
  ```Shell
30
  docker-compose up -d
31
  ```
32
+ 3. Open a Jupyter notebook we've created to populate the database and run all the cells: [database.ipynb](./database.ipynb)
33
+ 4. Run the app: `streamlit run app.py`
 
34
 
35
  ## Debugging
36
  - Navigate to http://localhost:52773/csp/sys/UtilHome.csp to access IRIS and login with username: `demo`, password: `demo`