Skip to content

Commit b833006

Browse files
authored
Merge pull request #91 from membraneframework/Remove-step-of-installing-dependencies
Update 02_pipelines.md
2 parents ce25f4d + 0102e6f commit b833006

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

get_started_with_membrane/02_pipelines.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,7 @@ The code above is one of the simplest examples of Membrane usage. It plays an MP
4444
> We encourage you to also take a [deep look into Elixir](https://elixir-lang.org/getting-started/introduction.html) and learn how to use it to take full advantage of all its awesomeness. We believe you'll fall in love with Elixir too!
4545
4646

47-
To run the snippet, follow the steps below:
48-
- Install [libmad](https://github.com/markjeee/libmad) and [portaudio](https://github.com/PortAudio/portaudio). Membrane uses these libs to decode the mp3 and to access your speaker, respectively. You can use these commands:
49-
- On Mac OS: `brew install libmad portaudio pkg-config`
50-
- On Debian: `apt install libmad0-dev portaudio19-dev`
47+
You have two options to run the snippet:
5148

5249
- Option 1: Click [here](https://livebook.dev/run?url=https%3A%2F%2Fgithub.com%2Fmembraneframework%2Fmembrane_core%2Fblob%2Fmaster%2Fexample.livemd). You'll be directed to install [Livebook](https://livebook.dev), an interactive notebook similar to Jupyter, and it'll open the snippet in there for you. Then just click the 'run' button in there.
5350

0 commit comments

Comments
 (0)