mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-20 13:28:10 +02:00
Update README.md
This commit is contained in:
parent
8d216d866b
commit
31f6f5cc68
1 changed files with 25 additions and 24 deletions
49
README.md
49
README.md
|
|
@ -171,33 +171,34 @@
|
|||
* You will need to have tls.cert and admin.macaroon already downloaded from your LND node.
|
||||
* [Poetry](https://python-poetry.org/) is needed to ensure every user has the same python dependencies installed.
|
||||
|
||||
- Open the Terminal
|
||||
|
||||
-- Easy mode:
|
||||
* a@A:~> sudo apt install hexyl
|
||||
* a@A:~> pip3 install pybitblock
|
||||
* a@A:~> pyblock
|
||||
Open the Terminal.
|
||||
|
||||
-- Manual mode:
|
||||
* a@A:~> sudo apt install hexyl
|
||||
* a@A:~> git clone https://github.com/curly60e/pyblock.git
|
||||
* a@A:~> cd pyblock
|
||||
* a@A:~> pip3 install -r requirements.txt
|
||||
* a@A:~> cd pybitblock
|
||||
* a@A:~> python3 PyBlock.py
|
||||
-- Easy mode:
|
||||
* a@A:~> sudo apt install hexyl
|
||||
* a@A:~> pip3 install pybitblock
|
||||
* a@A:~> pyblock
|
||||
|
||||
-- Manual mode:
|
||||
* a@A:~> sudo apt install hexyl
|
||||
* a@A:~> git clone https://github.com/curly60e/pyblock.git
|
||||
* a@A:~> cd pyblock
|
||||
* a@A:~> pip3 install -r requirements.txt
|
||||
* a@A:~> cd pybitblock
|
||||
* a@A:~> python3 PyBlock.py
|
||||
|
||||
-- Poetry mode:
|
||||
* a@A:~> sudo apt install hexyl
|
||||
* a@A:~> pip3 install poetry
|
||||
* a@A:~> git clone https://github.com/curly60e/pyblock.git
|
||||
* a@A:~> cd pyblock
|
||||
* a@A:~> poetry install
|
||||
* a@A:~> cd pybitblock
|
||||
* a@A:~> poetry run python3 PyBlock.py
|
||||
-- Poetry mode:
|
||||
* a@A:~> sudo apt install hexyl
|
||||
* a@A:~> pip3 install poetry
|
||||
* a@A:~> git clone https://github.com/curly60e/pyblock.git
|
||||
* a@A:~> cd pyblock
|
||||
* a@A:~> poetry install
|
||||
* a@A:~> cd pybitblock
|
||||
* a@A:~> poetry run python3 PyBlock.py
|
||||
|
||||
-- Upgrade:
|
||||
* a@A:~> pip3 install pybitblock -U
|
||||
* a@A:~> pyblock
|
||||
|
||||
-- Upgrade:
|
||||
* a@A:~> pip3 install pybitblock -U
|
||||
* a@A:~> pyblock
|
||||
|
||||
<br />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue