[localnet] Update README.md

rosetta
Daniel Van Der Maden 4 years ago
parent 3675170650
commit 1cc5b5d5fb
  1. 7
      localnet/README.md

@ -41,3 +41,10 @@ make test
docker run -v "$(go env GOPATH)/src/github.com/harmony-one/harmony:/go/src/github.com/harmony-one/harmony" harmonyone/node-test docker run -v "$(go env GOPATH)/src/github.com/harmony-one/harmony:/go/src/github.com/harmony-one/harmony" harmonyone/node-test
``` ```
> This will test whatever is in the main repo (following GO-PATH convention). > This will test whatever is in the main repo (following GO-PATH convention).
## Requirements (dev testing - no docker)
* python3
* pyhmy python3 library (20.5.16)
* pytest python3 library (5.4.3)
* go 1.14

Loading…
Cancel
Save