# Installation

The ShEx.ex Hex package (opens new window) can be installed as usual, by adding shex to your list of dependencies in mix.exs:

def deps do
  [
    {:shex, "~> 0.1"}
  ]
end