Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit d8f9097

Browse files
committed
wip
1 parent cc17add commit d8f9097

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/getting-started/remote.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,13 @@ For each party server, perform the following steps:
148148
NOTARY_SERVER_HOST=127.0.0.1
149149
```
150150

151-
5. Execute `Client CLI`:
151+
5. Activate the virtual environment with Poetry:
152+
(This is not necessary if Poetry was already availalbe before running `setup_env.sh`)
153+
```bash
154+
source ./venv/bin/activate
155+
```
156+
157+
6. Execute `Client CLI`:
152158
```bash
153159
poetry run client-share-data <eth-address> <binance-api-key> <binance-api-secret>
154160
```

0 commit comments

Comments
 (0)