Skip to content

Commit 3c821df

Browse files
committed
Add poetry configuration to contributing docs
1 parent 7694622 commit 3c821df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ To resolve dependencies, execute the following commands in your terminal:
2222
python -m pip install pipx
2323
pipx ensurepath
2424
pipx install poetry
25+
poetry config virtualenvs.in-project true
2526
poetry install
2627
```
2728

0 commit comments

Comments
 (0)