Update Installation and Testing authored by Kummer, Florian's avatar Kummer, Florian
......@@ -94,7 +94,7 @@ For a first install, only Python notebooks are available in Jupyter. The Support
Available kernels:
python3 /usr/local/share/jupyter/kernels/python3
```
2. Next, `dotnet interactive` must be installed. Prefeably (?) the [latest release](https://www.nuget.org/packages/Microsoft.dotnet-interactive/) via:
2. Next, as non-elevated user (**not** `root`), `dotnet interactive` must be installed. Preferably (?) the [latest release](https://www.nuget.org/packages/Microsoft.dotnet-interactive/) via:
```plaintext
dotnet tool install --global Microsoft.dotnet-interactive
......@@ -112,7 +112,7 @@ For a first install, only Python notebooks are available in Jupyter. The Support
export PATH=$PATH:/home/xxxxxxx/.dotnet/tools
export DOTNET_ROOT=/home/xxxxxxx/dotnet-sdk-5.0.301/
```
3. Then install the Jupyter kernel:
3. Then, as non-elevated user (**not** `root`), install the Jupyter kernel:
```plaintext
dotnet interactive jupyter install
......
......