Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
curly60e authored Dec 4, 2021
1 parent 6c0a942 commit f7fb6b9
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,16 +136,20 @@

- Open the Terminal

-- Easy mode:
* a@A:~> pip3 install pybitblock

-- Manual mode:

* 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:~> poetry run python3 PyBlock.py
-- Easy mode:
* a@A:~> pip3 install pybitblock
* a@A:~> pyblock

-- Manual mode:
* 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:~> poetry run python3 PyBlock.py

-- Upgrade:
* a@A:~> pip3 install pybitblock -U
* a@A:~> pyblock

<br />

Expand Down

0 comments on commit f7fb6b9

Please sign in to comment.