diff --git a/README.md b/README.md index 715f6c3..05c8895 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,17 @@ This is the companion repository for the *KERI Tutorial Series: Treasure Hunting ## Dependencies +| Project | Version | +|---------------|----------| +| libsodium.org | ^1.0.18 | +| python.org | ^3.11.2 | +| rust-lang.org | ^1.65.0 | + +One approach is to run the following command in this directory, +which will start a temporary shell with those basic tools +but will not make permanent changes to your machine: `sh <(curl tea.xyz) -E sh` +(We recommend installing [tea](tea.xyz) but it is not necessary.) + - [kaslcred](https://pypi.org/project/kaslcred/) for generation of schemas - [vLEI server (vLEI-server)](https://github.com/WebOfTrust/vLEI) - [sally](https://github.com/kentbull/sally) @@ -107,4 +118,4 @@ Make sure you are running the script from the root of the repository. ### Double quoting to prevent word splitting -Use `"${VARNAME}"` instead of `${VARNAME}`. See [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) \ No newline at end of file +Use `"${VARNAME}"` instead of `${VARNAME}`. See [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)