mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-24 08:34:18 +01:00
cl-zmq: add requirements
This commit is contained in:
committed by
Christian Decker
parent
d36402d085
commit
20b29f6b59
@@ -10,7 +10,7 @@ The usage and setup mimics [similar functionality in `bitcoind`](https://github.
|
||||
[Twisted](https://twistedmatrix.com) and [txZMQ](https://pypi.org/project/txZMQ/) are used by this plugin.
|
||||
|
||||
```
|
||||
$ sudo pip3 install twisted txzmq
|
||||
$ sudo pip3 install -r requirements
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
||||
2
zmq/requirements.txt
Normal file
2
zmq/requirements.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
twisted==19.10.0
|
||||
txzmq==0.8.2
|
||||
Reference in New Issue
Block a user