Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tuduun committed Mar 23, 2024
1 parent 393df3d commit bed19b3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,29 @@ In future work for this senior project, I aim to refine the macroeconomic variab

## How to run the streamlit web application:


### Access it through Poetry!

1. First go here and install Poetry

```text
https://python-poetry.org/docs/#installing-with-the-official-installer
```

2. Clone repository
3. Go to root of the project
4. Run these commands:
```
Poetry shell
```
```
Poetry install
```
```
Poetry run streamlit run src/app.main.py
```
5. The application will be accessible at `http://localhost:8501` on your web browser.

### Access it from the DockerHub:

- First, go to Docker and Install Docker Desktop
Expand Down

0 comments on commit bed19b3

Please sign in to comment.