Package and deploy streamlit on Windows as standalone app

Hi all,

I want to share another way to deploy streamlit on Windows. This solution uses pynsist, a python package for building windows installer through nsis, instead of pyinstaller. This solution should work both on Windows and on Linux.

Here you can find a minimal example of a working application, which also includes plotly.

Hope this can help! :slight_smile:

8 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.