Skip to content

Commit 1d4f8a8

Browse files
authored
Update README.md
1 parent 9ce32c6 commit 1d4f8a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ This package will setup a set of bitcoind, lnd, and tor docker containers so som
55

66
On linux (for 3 nodes:
77
```console
8+
pip3 install -r requirements.txt
89
./up-x64.sh 3
910
```
1011

1112
The `up-generic.sh` allows these to be set indpendently:
1213

1314
```console
15+
pip3 install -r requirements.txt
1416
TRIPLET=aarch64-linux-gnu bitcoind=1 lnd=1 tor=1 ./up-generic.sh
1517
```
1618

0 commit comments

Comments
 (0)