mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-24 08:34:18 +01:00
In a clean machine a new user will endup with the following exception
```
Traceback (most recent call last):
File "/home/lightning/.lightning/plugins/commando.py", line 22, in <module>
from pyln.client import Plugin, RpcError # type: ignore
ModuleNotFoundError: No module named 'pyln'
```
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
3 lines
31 B
Plaintext
3 lines
31 B
Plaintext
runes>=0.4
|
|
pyln-client>=0.10.1
|