Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-cnivera committed Jul 25, 2024
1 parent d4c3345 commit 15c0d4a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions admin_apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@ The app currently supports two types of flows:
make setup_admin_app
```

2. Inside the `admin_apps/` directory, run the following command:
2. Run the following command from the root repo:

```bash
python -m streamlit run app.py
python -m streamlit run admin_apps/app.py

# Depending on how your python is installed, you may need to specify the python version e.g:
python3.11 -m streamlit run admin_apps/app.py
```

Alternatively, you can use the Make target from the root directory:
Expand Down

0 comments on commit 15c0d4a

Please sign in to comment.