Mattia Tantardini ea9f729dac removed not needed environmental variables пре 3 година
..
src ea9f729dac removed not needed environmental variables пре 3 година
README.md a5f9978b68 fix: removed extra wheels from repository, mention which are needed in readme пре 3 година
installer.cfg a598c100ed fix: removed fpdf2 dependency which is project-specific пре 3 година
poetry.lock 5f6250e8dd feat(examples): added streamlit example пре 3 година
pyproject.toml 5f6250e8dd feat(examples): added streamlit example пре 3 година

README.md

Streamlit deployment via pynsist

This is an example on how to deploy a streamlit app using pynsist. The example also includes the required packages to run plotly inside the app.

The extra wheels of the packages blinker and pyarrow are required (can't be found on Pypi).

Here you can find additional information on why the src/run_app.py has the chosen structure.

To properly run the app once installed, the environmental variable WORKING_DIR has to be set to the installation path on the Windows machine: <installation-folder>/pkgs.

The browser tab with the app should open automatically after a brief delay. This is done to avoid the tab opening while streamlit is still starting, so that this results in a Cannot reach localhost:8501 error.