Skip to content

Commit 925522f

Browse files
committed
README.md: change venv to poetry shell
Signed-off-by: Maciej Pijanowski <[email protected]>
1 parent ac86392 commit 925522f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

osfv_cli/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,10 +283,11 @@ The tests are written in [Robot Framework](https://robotframework.org/),
283283

284284
### Dependencies
285285

286-
Install the dependencies:
286+
Enter development shell with test dependencies:
287287

288288
```shell
289-
pip install -r requirements.txt
289+
poetry install --with test
290+
poetry shell
290291
```
291292

292293
### Required configs

0 commit comments

Comments
 (0)