Files to follow along in the crash course.
- Create venv have activate it.
- In order to run any of the scripts, you need to add the file
.streamlit/secrets.toml
. Add a new line to the file:lts_secret = 'coach-will-tell-you ;)'
- Install streamlit:
pip install streamlit
- Check streamlit is installed:
streamlit --version
- Run a script. For example:
streamlit run intro/intro_python.py