From 686f3bc9333bd80bcdb11c6d1df5279398fbfef4 Mon Sep 17 00:00:00 2001 From: Max Mustermann Date: Sun, 2 May 2021 15:09:58 +0530 Subject: [PATCH] Update README.md to add dependencies installation instructions --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 13ffb80..28a4be9 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,7 @@ make install ``` ## Running tests - -You need `docker` and `go` installed to quickly run a local blockchain with staking enabled (detailed instructions [here](https://github.com/harmony-one/harmony/blob/main/README.md)): +Before you can run tests, you need the python dependencies (`make install`), as well as `docker` and `go` installed to quickly run a local blockchain with staking enabled (detailed instructions [here](https://github.com/harmony-one/harmony/blob/main/README.md)): ``` mkdir -p $(go env GOPATH)/src/github.com/harmony-one cd $(go env GOPATH)/src/github.com/harmony-one