How to run the local version of Streamlit?

As a first-time user with limited experience, I’ve forked the Streamlit repository to a local folder and would like to make some edits to the local code. However, when I try to test the local version of the Streamlit repository with a Python script using the command “streamlit run streamlit_app.py” in the MacOS terminal, it continues to use the default Streamlit package instead of the local version. I believe this is happening because I previously installed the Streamlit package using “pip install streamlit”. Could someone please advise on how to run a script using the local version of Streamlit instead of the default one? Any help will be greatly appreciated!

I guess you need to build streamlit first. You can find some guidance in the wiki:

Thank you!! This is exactly what I’m looking for.

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