Skip to content

Commit 210a066

Browse files
authored
fix(README.md): remove poetry shell before building (#459)
1 parent 9564f4f commit 210a066

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ rosdep install --from-paths src --ignore-src -r -y
113113
Run the configuration tool to set up your vendor and other settings:
114114
115115
```bash
116-
poetry shell
117-
streamlit run src/rai/rai/utils/configurator.py
116+
poetry run streamlit run src/rai/rai/utils/configurator.py
118117
```
119118
120119
> [!TIP]

0 commit comments

Comments
 (0)