# Membrane SDK
[](https://hex.pm/packages/membrane_sdk)
[](https://hexdocs.pm/membrane_sdk)
[](https://circleci.com/gh/membraneframework/membrane_sdk)
This package provides most of the packages of the [Membrane Framework](https://membrane.stream) by depending on them - check the [docs](https://hexdocs.pm/membrane_sdk/Membrane.SDK.html) or the `mix.exs` file for the complete list.
In particular, all the packages maintained by the core team are included, except for the ones that require a specific environment or custom installation. Thus, Membrane SDK should work out of the box on most popular systems, including Mac OS, Ubuntu and Windows via WSL.
## Installation
The package can be installed by adding `membrane_sdk` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:membrane_sdk, "~> 0.1.0"}
]
end
```
## Copyright and License
Copyright 2020, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_sdk)
[](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_sdk)
Licensed under the [Apache License, Version 2.0](LICENSE)