Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit 87d2c6d

Browse files
authored
Add mamba install instructions (#136)
1 parent 65f41aa commit 87d2c6d

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@ The [xeus-python](https://github.com/jupyter-xeus/xeus-python) Python kernel for
1717

1818
## Install
1919

20-
To install the extension, execute:
20+
You can install the kernel with conda/mamba:
21+
22+
```bash
23+
mamba install -c conda-forge jupyterlite-xeus-python
24+
```
25+
26+
Or using pip:
2127

2228
```bash
2329
pip install jupyterlite-xeus-python

docs/installation.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
# Installation
44

5-
You can install `jupyterlite-xeus-python` with `pip`:
5+
You can install `jupyterlite-xeus-python` with conda/mamba
6+
7+
```
8+
mamba install -c conda-forge jupyterlite-xeus-python
9+
```
10+
11+
Or with `pip`:
612

713
```
814
pip install jupyterlite-xeus-python

0 commit comments

Comments
 (0)