Skip to content

Commit 2d34a31

Browse files
authored
Merge pull request #2 from Z30G0D/patch-1
Fix to the readme.md
2 parents 763e01b + 3fe4cb8 commit 2d34a31

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pip install streamlit
2020

2121
In your terminal, with your conda env activated, just type:
2222
```
23-
streamlit run path_to_your_file/example_streamlit_pythonocc.py
23+
streamlit run <explicit path_to_your_repo>/example_streamlit_pythonocc.py
2424
```
2525

2626
### Examples

example_streamlit_pythonocc.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,5 @@ def render_thread(self, q):
7474

7575

7676
# streamlit run path_to_your_file/example_streamlit_pythonocc.py
77+
78+

0 commit comments

Comments
 (0)