Skip to content

Commit

Permalink
Move python dependency into its own line (#1491)
Browse files Browse the repository at this point in the history
  • Loading branch information
justanwar authored Nov 6, 2024
1 parent 9fecae3 commit 889f9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Bootstrappable builds can [be achieved with Guix.](contrib/guix/README.md)

```sh
sudo apt-get update
sudo apt-get install git curl python build-essential libtool automake pkg-config cmake
sudo apt-get install python; sudo apt-get install git curl build-essential libtool automake pkg-config cmake
# Also needed for GUI wallet only:
sudo apt-get install qttools5-dev qttools5-dev-tools libxcb-xkb-dev bison
```
Expand Down

0 comments on commit 889f9da

Please sign in to comment.