Skip to content

Commit

Permalink
placed openms repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
Arslan committed May 8, 2024
1 parent 487f5aa commit 437fa71
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pages/2_📖_Build_App.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@
This guide explains how to package streamlit apps into Windows executables using two different methods:
- [window executable with pyinstaller](https://github.com/Arslan-Siraj/streamlit-template/blob/main/.github/workflows/win_exe_with_pyinstaller.md)
- [window executable with embeddable python](https://github.com/Arslan-Siraj/streamlit-template/blob/main/.github/workflows/win_exe_with_embed_py.md)
- [window executable with pyinstaller](https://github.com/OpenMS/streamlit-template/blob/main/win_exe_with_pyinstaller.md)
- [window executable with embeddable python](https://github.com/OpenMS/streamlit-template/blob/main/win_exe_with_embed_py.md)
""")
2 changes: 1 addition & 1 deletion win_exe_with_embed_py.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@ Install all required packages from `requirements.txt`:
You can still change the configuration of Streamlit app with .streamlit/config.toml file, e.g., provide a different port, change upload size, etc.

## Build executable in github action automatically
Automate the process of building executables for your project with the GitHub action example [Test streamlit executable for Windows with embeddable python](https://github.com/Arslan-Siraj/streamlit-template/blob/main/.github/workflows/test-win-exe-w-embed-py.yaml)
Automate the process of building executables for your project with the GitHub action example [Test streamlit executable for Windows with embeddable python](https://github.com/OpenMS/streamlit-template/blob/main/.github/workflows/test-win-exe-w-embed-py.yaml)
</br>
2 changes: 1 addition & 1 deletion win_exe_with_pyinstaller.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@ you can still change the configuration of streamlit app with .streamlit/config.t
> if problem with altair, Try version altair==4.0.1, and again compile
## Build executable in github action automatically
Automate the process of building executables for your project with the GitHub action example [Test streamlit executable for Windows with pyinstaller](https://github.com/Arslan-Siraj/streamlit-template/blob/main/.github/workflows/test-win-exe-w-pyinstaller.yaml)
Automate the process of building executables for your project with the GitHub action example [Test streamlit executable for Windows with pyinstaller](https://github.com/OpenMS/streamlit-template/blob/main/.github/workflows/test-win-exe-w-pyinstaller.yaml)
</br>

0 comments on commit 437fa71

Please sign in to comment.