Skip to content

Commit a5e8eea

Browse files
Fix quickstart guide to involve installing editable package (#75)
1 parent 9bb3039 commit a5e8eea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ $ npm run start # Start the Webpack dev server
5454
```
5555
$ cd template
5656
$ . venv/bin/activate # activate the venv you created earlier
57+
$ pip install -e . # install template as editable package
5758
$ streamlit run my_component/example.py # run the example
5859
```
5960
* If all goes well, you should see something like this:

0 commit comments

Comments
 (0)