This repository was archived by the owner on Mar 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed
Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,18 @@ Below instructions assume that the servers will be installed on:
5252 ./setup_env.sh --coord --consumer
5353 ```
5454
55- 5 . Start the coordination server:
55+ 5 . Activate the virtual environment with Poetry:
56+ (This is not necessary if Poetry was already availalbe before running ` setup_env.sh ` )
57+ ``` bash
58+ source ./venv/bin/activate
59+ ```
60+
61+ 6 . Start the coordination server:
5662 ``` bash
5763 poetry run coord-run
5864 ```
5965
60- 6 . Start the data consumer API server:
66+ 7 . Start the data consumer API server:
6167 ``` bash
6268 poetry run consumer-api-run
6369 ```
@@ -90,8 +96,13 @@ For each party server, perform the following steps:
9096 ./setup_env.sh --party
9197 ```
9298
93- 5 . Start the party server:
94- For party 0, run:
99+ 5 . Activate the virtual environment with Poetry:
100+ (This is not necessary if Poetry was already availalbe before running ` setup_env.sh ` )
101+ ``` bash
102+ source ./venv/bin/activate
103+ ```
104+ 6 . Start the party server:
105+ For party 0, run:
95106 ``` bash
96107 PORT=8006 PARTY_ID=0 poetry run party-run
97108 ```
You can’t perform that action at this time.
0 commit comments