mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-06 11:35:54 +08:00
Update README.md to include installation of Erlang applications (#391)
This commit is contained in:
parent
ed072198d1
commit
1689dae71c
1 changed files with 9 additions and 0 deletions
|
@ -38,6 +38,15 @@ We provide several distinct methods of running Livebook,
|
|||
pick the one that best fits your use case.
|
||||
|
||||
You will need [Elixir v1.12](https://elixir-lang.org/install.html) or later.
|
||||
Livebook also requires the following Erlang applications: `inets`,
|
||||
`os_mon`, `runtime_tools`, and `ssl`. Those applications come with
|
||||
most Erlang distributions but certain package manages may split
|
||||
them apart. For example, on Ubuntu, these Erlang applications could
|
||||
be installed as follows:
|
||||
|
||||
```shell
|
||||
sudo apt install erlang-inets erlang-os-mon erlang-runtime-tools erlang-ssl
|
||||
```
|
||||
|
||||
### Escript
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue