[readme] Update readme

pull/2/head
Daniel Van Der Maden 5 years ago
parent fbc93aeba5
commit e53c48963f
  1. 17
      README.md

@ -13,10 +13,9 @@ pip install pyhmy
``` ```
## Development ## Development
Clone the repository and then run the following to install the dependencies: Clone the repository and then run the following:
```bash ```bash
python3 -m pip install requests make install
python3 -m pip install pexpect
``` ```
(Optional) Copy over the CLI binary into `<pyhmy_project_dir>/bin/`. Reference (Optional) Copy over the CLI binary into `<pyhmy_project_dir>/bin/`. Reference
[here](https://app.gitbook.com/@harmony-one/s/home/command-line-interface/using-the-harmony-cli-tool) [here](https://app.gitbook.com/@harmony-one/s/home/command-line-interface/using-the-harmony-cli-tool)
@ -25,8 +24,16 @@ to download the statically linked CLI for Linux and MacOS*.
## Running tests ## Running tests
TODO testing flow using pytest You can run all of the tests with the following:
```bash
make test
```
## Releasing ## Releasing
TODO Automated release flow with proper versioning. You can release this library with the following command (assuming you have credentials to upload):
```bash
make release
```
Loading…
Cancel
Save