We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb3039 commit a5e8eeaCopy full SHA for a5e8eea
README.md
@@ -54,6 +54,7 @@ $ npm run start # Start the Webpack dev server
54
```
55
$ cd template
56
$ . venv/bin/activate # activate the venv you created earlier
57
+$ pip install -e . # install template as editable package
58
$ streamlit run my_component/example.py # run the example
59
60
* If all goes well, you should see something like this:
0 commit comments