Skip to content

Commit 5444550

Browse files
committed
Update installation instructions
1 parent f0ec1c7 commit 5444550

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ To try out xwebrtc interactively in your web browser, just click on the binder l
1616

1717
## Installation
1818

19-
We provide a package for the conda package manager.
19+
We provide a package for the mamba (or conda) package manager.
2020

2121
- Installing `xwebrtc` and the C++ kernel
2222

2323
```bash
24-
conda install xeus-cling xwebrtc -c conda-forge
24+
mamba install xeus-cling xwebrtc -c conda-forge
2525
```
2626

2727
Then, the front-end extension must be installed for either the classic notebook or JupyterLab.
2828

2929
- Installing the extensions for the classic notebook
3030

3131
```
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
3434
```
3535

3636
## Installation from sources
@@ -44,7 +44,7 @@ make install
4444

4545
## Dependencies
4646

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.
4848

4949
| `xwebrtc` | `xwidgets` | `xeus` |
5050
|------------|---------------|-----------------|

0 commit comments

Comments
 (0)