mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 23:09:44 -04:00
doc: remove extraneous install statement
This commit is contained in:
parent
bc532c915e
commit
ddef914bbb
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ There is an included test suite that is useful for testing code changes when dev
|
||||||
To run the test suite (recommended), you will need to have Python 3 installed:
|
To run the test suite (recommended), you will need to have Python 3 installed:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pkg_add install python # Select the newest version of the package.
|
pkg_add python # Select the newest version of the package.
|
||||||
```
|
```
|
||||||
|
|
||||||
## Building Bitcoin Core
|
## Building Bitcoin Core
|
||||||
|
|
Loading…
Add table
Reference in a new issue