Skip to content

Commit

Permalink
Update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bjohnson5 authored Dec 30, 2024
1 parent 3080d54 commit dd3238b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,10 @@ sudo install -m 0755 -o root -g root -t /usr/local/bin bitcoin-25.0/bin/*

### Install utils
```bash
sudo apt-get install bc
sudo apt-get install jq
sudo apt-get install -y jq autoconf automake build-essential git libtool libsqlite3-dev python3 python3-pip net-tools zlib1g-dev libsodium-dev gettext
pip3 install --upgrade pip
pip3 install mako
pip3 install grpcio-tools
sudo apt-get install -y jq bc autoconf automake build-essential git libtool libsqlite3-dev python3 python3-pip net-tools zlib1g-dev libsodium-dev gettext
python3 -m venv ~/.venv
~/.venv/bin/pip3 install mako
~/.venv/bin/pip3 install grpcio-tools
```

### Install Rust
Expand Down

0 comments on commit dd3238b

Please sign in to comment.