Skip to content

Commit 455e4f6

Browse files
committed
docs: remove comment from shell command section
1 parent f7b8de0 commit 455e4f6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,11 @@ This repository uses the bdk-ffi repository as a git submodule. Here are useful
2222
```sh
2323
source .localpythonenv/bin/activate
2424

25-
# Generate FFI bindings
26-
bash scripts/generate-macos-arm64.sh # or the appropriate script for your OS
25+
bash scripts/generate-macos-arm64.sh
2726

28-
# Build the wheel
2927
python3 -m build
3028

31-
# Install the wheel (force reinstall if needed)
3229
pip3 install ./dist/bdkpython-<yourversion>.whl --force-reinstall
3330

34-
# Run tests
3531
python3 -m unittest --verbose
3632
```

0 commit comments

Comments
 (0)