commit 4bd137d749e08644979fdbc53726a6cac578ea00 parent 9cb7c061945451facab01970e1f0bd5f6c8b48c8 Author: parazyd <parazyd@dyne.org> Date: Mon, 19 Apr 2021 14:45:54 +0200 Note about Makefile in Readme. Diffstat:
M | README.md | | | 7 | +++---- |
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md @@ -64,15 +64,14 @@ in `obelisk/protocol.py` and `obelisk/zeromq.py`. `protocol.py` implements the ElectrumX protocol, and `zeromq.py` implements the libbitcoin side of things. -Before committing code, please run `./res/format_code.py` to format -the codebase to a certain code style. This scripts depends on `black` -and `yapf`. +Before committing code, please run `make format` to format the codebase +to a certain code style. This script depends on `black` and `yapf`. It is also recommended to run the test suite and see if anything fails: ``` -python3 tests +make test ``` You can chat about Obelisk on Freenode IRC, either `#electrum` or