mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-06 11:13:02 +02:00
[qa] Switch to py3
This commit is contained in:
@@ -11,9 +11,9 @@ Before running the tests, the following must be installed.
|
||||
|
||||
Unix
|
||||
----
|
||||
The python-zmq library is required. On Ubuntu or Debian it can be installed via:
|
||||
The python3-zmq library is required. On Ubuntu or Debian it can be installed via:
|
||||
```
|
||||
sudo apt-get install python-zmq
|
||||
sudo apt-get install python3-zmq
|
||||
```
|
||||
|
||||
Running tests
|
||||
|
||||
Reference in New Issue
Block a user