Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
laalaguer committed Jul 25, 2023
1 parent f32f6e5 commit f206afc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@ Python 3 (Python 3.6+) library to assist smooth development on VeChain for devel
pip3 install thor-devkit -U
```

***Caveat: Bip32 depends on the ripemd160 hash library, which should be present on your system.***
***Caveat: Bip32 depends on the `ripemd160` hash library, which should be present on your system within OpenSSL.***

Type these in your terminal to see if they are available
```python
> python3
> import hashlib
> print('ripemd160' in hashlib.algorithms_available)
```

# Tutorials

Expand Down

0 comments on commit f206afc

Please sign in to comment.