Update Installation and Testing authored by Kummer, Florian's avatar Kummer, Florian
...@@ -138,7 +138,7 @@ resp. `dotnet-interactive` must be added. ...@@ -138,7 +138,7 @@ resp. `dotnet-interactive` must be added.
python3 /usr/local/share/jupyter/kernels/python3 python3 /usr/local/share/jupyter/kernels/python3
``` ```
2. Next, `dotnet interactive` must be installed. 2. Next, `dotnet interactive` must be installed.
The latest release via: Prefeably (?) the [latest release](https://www.nuget.org/packages/Microsoft.dotnet-interactive/) via:
``` ```
dotnet tool install --global Microsoft.dotnet-interactive dotnet tool install --global Microsoft.dotnet-interactive
``` ```
... ...
......