Skip to content

Commit 3d303d2

Browse files
linaigaogaolinai8888
authored andcommitted
Update development setup doc to include a node on instructions to install micromamba
1 parent 12188bd commit 3d303d2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/contributor_guide/development_setup.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,13 @@ cd jupytergis
2424

2525
```````{tabs}
2626
``````{group-tab} Micromamba (Recommended)
27+
```{note}
28+
Micromamba is a lightweight package manager compatible with conda environments.
29+
It is recommended for setting up the JupyterGIS development environment. If you don’t have it installed, please follow the official documentation: [Micromamba Installation Guide](https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html)
30+
```
31+
2732
```bash
33+
2834
# Create a virtual environment
2935
3036
micromamba create --name jupytergis_dev -c conda-forge pip "nodejs<22" qgis

0 commit comments

Comments
 (0)