# `Igniter.Util.Install`
[🔗](https://github.com/ash-project/igniter/blob/v0.8.3/lib/igniter/util/install.ex#L5)

Tools for installing packages and running their associated
installers, if present.

[!NOTE]
The functions in this module are not composable, and are primarily meant to
be used internally and to support building custom tooling on top of Igniter,
such as [Fireside](https://github.com/ibarakaiev/fireside).

# `get_deps!`

# `install`

Installs the provided list of dependencies. `deps` can be either:
- a string like `"ash,ash_postgres"`
- a list of strings like `["ash", "ash_postgres", ...]`
- a list of tuples like `[{:ash, "~> 3.0"}, {:ash_postgres, "~> 2.0"}]`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
