From be9aab32237ff1346caf5219b39bccc3c5d5999f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Fri, 7 Jul 2023 18:29:31 +0200 Subject: [PATCH] Clarify Livebook is not usable as a Mix/Hex dependency --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c94049193..ddd6ee225 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ with [Nerves](https://www.nerves-project.org/). ### Direct installation with Elixir You can run Livebook on your own machine using just Elixir. You will need -[Elixir v1.14.2](https://elixir-lang.org/install.html) or later. +[Elixir v1.15.2](https://elixir-lang.org/install.html) or later. Livebook also requires the following Erlang applications: `inets`, `os_mon`, `runtime_tools`, `ssl` and `xmerl`. Those applications come with most Erlang distributions but certain package managers may split @@ -102,6 +102,8 @@ be installed as follows: sudo apt install erlang-inets erlang-os-mon erlang-runtime-tools erlang-ssl erlang-xmerl erlang-dev erlang-parsetools ``` +**Note:** Livebook is not meant to be used as a Mix/Hex dependency. + #### Escript Running Livebook using Escript makes for a very convenient option @@ -130,9 +132,9 @@ install the escript directly from GitHub like this: mix escript.install github livebook-dev/livebook ``` -#### Mix +#### From source -You can run latest Livebook directly with Mix. +You can run latest Livebook directly from source. ```shell git clone https://github.com/livebook-dev/livebook.git