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

Commit 1fc19da

Browse files
committed
Simplify usage docs
1 parent 24e4794 commit 1fc19da

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

docs/configuration.rst

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,7 @@ Configuration
66
Pre-installed packages
77
----------------------
88

9-
xeus-python allows you to pre-install packages in the Python runtime.
10-
11-
Requirements
12-
~~~~~~~~~~~~
13-
14-
This feature requires you to have at least ``conda``, `mamba <https://github.com/mamba-org/mamba>`_ or ``micromamba`` installed.
15-
16-
You also need to install ``empack``, this can be done by installing it from ``conda-forge``:
17-
18-
.. code::
19-
20-
conda install -c conda-forge empack
21-
22-
# OR
23-
24-
mamba install -c conda-forge empack
25-
26-
# OR
27-
28-
micromamba install -c conda-forge empack
29-
30-
Usage
31-
~~~~~
32-
33-
You can pre-install packages by passing the ``XeusPythonEnv.packages`` CLI option to ``jupyter lite build``.
9+
xeus-python allows you to pre-install packages in the Python runtime. You can pre-install packages by passing the ``XeusPythonEnv.packages`` CLI option to ``jupyter lite build``.
3410

3511
.. note::
3612
This will automatically install any labextension that it founds, for example installing ipyleaflet will make ipyleaflet work without the need to manually install the jupyter-leaflet labextension.

0 commit comments

Comments
 (0)