mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 20:09:18 +01:00
fix(deps): add python3-pip to clnrest dependencies
This commit is contained in:
parent
1cb749ecbb
commit
5c43d44800
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ You will need some Python packages if you want to use python plugins. Unfortunat
|
|||
Installation steps for clnrest are:
|
||||
|
||||
```
|
||||
sudo apt-get install python3-json5 python3-flask python3-gunicorn libsecp256k1-dev
|
||||
sudo apt-get install python3-pip python3-json5 python3-flask python3-gunicorn libsecp256k1-dev
|
||||
pip3 install --user flask-cors flask_restx pyln-client flask-socketio gevent gevent-websocket
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue