Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tuduun authored Mar 28, 2024
1 parent 2f5aa24 commit abfc1c3
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 @@ -79,13 +79,13 @@ https://python-poetry.org/docs/#installing-with-the-official-installer
3. Go to root of the project
4. Run these commands:
```
Poetry shell
poetry shell
```
```
Poetry install
poetry install
```
```
Poetry run streamlit run src/app.main.py
poetry run streamlit run src/app.main.py
```
5. The application will be accessible at `http://localhost:8501` on your web browser.

Expand Down

0 comments on commit abfc1c3

Please sign in to comment.