Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
chore: Update readme with tip to install the Indy SDK
Browse files Browse the repository at this point in the history
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) <colton@indicio.tech>
  • Loading branch information
TheTechmage committed Oct 29, 2021
1 parent 3ea00ba commit 65de3a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 65de3a9

Please sign in to comment.