diff --git a/contrib/containers/ci/Dockerfile b/contrib/containers/ci/Dockerfile index 80d9ae18d7..7fe1a72fee 100644 --- a/contrib/containers/ci/Dockerfile +++ b/contrib/containers/ci/Dockerfile @@ -45,7 +45,7 @@ RUN pip3 install \ # dash_hash ARG DASH_HASH_VERSION=1.4.0 RUN git clone --depth 1 --no-tags --branch=${DASH_HASH_VERSION} https://github.com/dashpay/dash_hash -RUN cd dash_hash && python3 setup.py install +RUN cd dash_hash && pip3 install -r requirements.txt . ARG USER_ID=1000 ARG GROUP_ID=1000 diff --git a/test/README.md b/test/README.md index 16a35bb272..f1a869eb1b 100644 --- a/test/README.md +++ b/test/README.md @@ -27,7 +27,7 @@ Before tests can be run locally, Dash Core must be built. See the [building ins Many Dash specific tests require dash_hash. To install it: - Clone the repo `git clone https://github.com/dashpay/dash_hash` -- Install dash_hash `cd dash_hash && python3 setup.py install` +- Install dash_hash `cd dash_hash && pip3 install -r requirements.txt .` The ZMQ functional test requires a python ZMQ library. To install it: