Skip to content

Commit 1bdf32f

Browse files
committed
Update CONTRIBUTING.md.
1 parent 1712338 commit 1bdf32f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,17 @@ go test -race -v -run TestSanitizeConnString ./topo
152152

153153
Python E2E tests require MongoDB clusters to be running and PCSM to be available.
154154

155+
#### Requirements
156+
157+
* Python 3.13 or above
158+
* [Poetry](https://python-poetry.org/docs/#installation) for dependency management
159+
160+
Install the Python dependencies:
161+
162+
```sh
163+
poetry install
164+
```
165+
155166
#### 1. Deploy MongoDB clusters and run PCSM
156167

157168
Follow the steps in [Running PCSM locally](#running-pcsm-locally).

0 commit comments

Comments
 (0)