streamlit / component-template

Templates and example code for creating Streamlit Components
https://streamlit.io
Apache License 2.0
439 stars 217 forks source link

Fix quick start guide to involve installing editable package #75

Closed sfc-gh-pbelczyk closed 1 year ago

sfc-gh-pbelczyk commented 1 year ago

Fix quick start guide to involve installing editable package. When we extracted example.py file we use import my_component which is not installed yet.