Update README.md

This commit is contained in:
curly60e 2021-12-04 08:24:31 -03:00 committed by GitHub
parent 6c0a94270d
commit f7fb6b9aa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,16 +136,20 @@
- Open the Terminal
-- Easy mode:
* a@A:~> pip3 install pybitblock
-- Easy mode:
* a@A:~> pip3 install pybitblock
* a@A:~> pyblock
-- Manual mode:
-- 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
* 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 />