@@ -8,7 +8,7 @@ MLStacks using the following command:
8
8
pip install mlstacks
9
9
```
10
10
11
- ## Other requirements
11
+ ## Other requirements and dependencies
12
12
13
13
MLStacks uses Terraform on the backend to manage infrastructure. You will need
14
14
to have Terraform installed. Please visit the
@@ -20,6 +20,10 @@ Helm installed. Please visit the
20
20
[ Helm docs] ( https://helm.sh/docs/intro/install/#from-script ) for installation
21
21
instructions.
22
22
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
+
23
27
If you want to use the ` mlstacks breakdown ` command to get cost estimates for
24
28
your MLOps stacks, you'll need to also have ` infracost ` installed as well as to
25
29
be logged in. Please visit the [ Infracost docs] ( https://www.infracost.io/docs/ )
@@ -34,6 +38,7 @@ MLStacks currently supports the following stack providers:
34
38
- K3D
35
39
36
40
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