From 31f6f5cc68cbb97b0e523d1d5b77ebc5e4101b60 Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto <65907137+SatoshiNakamotoBitcoin@users.noreply.github.com> Date: Wed, 10 Jan 2024 02:55:09 +0100 Subject: [PATCH] Update README.md --- README.md | 49 +++++++++++++++++++++++++------------------------ 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index d8a7a36..fe7c96d 100644 --- a/README.md +++ b/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