From 65de3a9151fcd8e8d64ef180b9b4b2291d821e24 Mon Sep 17 00:00:00 2001 From: "Colton Wolkins (Indicio work address)" Date: Fri, 29 Oct 2021 13:52:20 -0600 Subject: [PATCH] chore: Update readme with tip to install the Indy SDK When following the instructions to setup the the Aries Cloud Agent - Python, there is a section informing the user that they may run a pip install of ACA-PY with indy support. These instructions do not indicate whether or not the indy-SDK is needed, nor does it inform the user how they should install it. I have added that critical documentation. Signed-off-by: Colton Wolkins (Indicio work address) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e9d4c4f3..441eec63 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,9 @@ $ pip install -e . ```sh $ pip install -e .[indy] ``` +Note: If you are using the `indy` feature, you will need to have the indy-sdk +library installed. If it's not installed, please see +[Installing the SDK](https://github.com/hyperledger/indy-sdk/blob/master/README.md#installing-the-sdk) ### Plugin Installation