File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,21 +16,21 @@ To try out xwebrtc interactively in your web browser, just click on the binder l
16
16
17
17
## Installation
18
18
19
- We provide a package for the conda package manager.
19
+ We provide a package for the mamba (or conda) package manager.
20
20
21
21
- Installing ` xwebrtc ` and the C++ kernel
22
22
23
23
``` bash
24
- conda install xeus-cling xwebrtc -c conda-forge
24
+ mamba install xeus-cling xwebrtc -c conda-forge
25
25
```
26
26
27
27
Then, the front-end extension must be installed for either the classic notebook or JupyterLab.
28
28
29
29
- Installing the extensions for the classic notebook
30
30
31
31
```
32
- conda install widgetsnbextension -c conda-forge
33
- conda install ipywebrtc -c conda-forge
32
+ mamba install widgetsnbextension -c conda-forge
33
+ mamba install ipywebrtc -c conda-forge
34
34
```
35
35
36
36
## Installation from sources
@@ -44,7 +44,7 @@ make install
44
44
45
45
## Dependencies
46
46
47
- All the dependencies of xleaflet are available for the conda package manager.
47
+ All the dependencies of xleaflet are available for the mamba (or conda) package manager.
48
48
49
49
| ` xwebrtc ` | ` xwidgets ` | ` xeus ` |
50
50
| ------------| ---------------| -----------------|
You can’t perform that action at this time.
0 commit comments