Skip to content

Commit a02e07c

Browse files
authored
Update installation.md with additional requirements and dependencies (#128)
1 parent 1ac0529 commit a02e07c

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

docs/book/getting-started/installation.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ MLStacks using the following command:
88
pip install mlstacks
99
```
1010

11-
## Other requirements
11+
## Other requirements and dependencies
1212

1313
MLStacks uses Terraform on the backend to manage infrastructure. You will need
1414
to have Terraform installed. Please visit the
@@ -20,6 +20,10 @@ Helm installed. Please visit the
2020
[Helm docs](https://helm.sh/docs/intro/install/#from-script) for installation
2121
instructions.
2222

23+
If you're using a Mac, you will need to
24+
[install `jq`](https://jqlang.github.io/jq/) in order for some of the Terraform
25+
deployment commands and scripts to work.
26+
2327
If you want to use the `mlstacks breakdown` command to get cost estimates for
2428
your MLOps stacks, you'll need to also have `infracost` installed as well as to
2529
be logged in. Please visit the [Infracost docs](https://www.infracost.io/docs/)
@@ -34,6 +38,7 @@ MLStacks currently supports the following stack providers:
3438
- K3D
3539

3640
If you wish to deploy using these providers you'll need to have accounts (for
37-
AWS and GCP) and the relevant CLIs installed and authenticated. You will also need to have the
38-
relevant permissions to deploy, manage and destroy resources in these accounts.
39-
Please refer to the documentation for those providers for more information.
41+
AWS and GCP) and the relevant CLIs installed and authenticated. You will also
42+
need to have the relevant permissions to deploy, manage and destroy resources in
43+
these accounts. Please refer to the documentation for those providers for more
44+
information.

0 commit comments

Comments
 (0)