You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributor_guide/development_setup.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,11 @@ cd jupytergis
24
24
25
25
```````{tabs}
26
26
``````{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)
Copy file name to clipboardExpand all lines: docs/contributor_guide/how-tos/build-docs-locally.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ below, but they will not be as fast.
7
7
8
8
## 0. Build JupyterGIS JavaScript packages
9
9
10
-
Follow the [development environment setup instructions](../development_setup.md) through running `jlpm run build` from the **root of the repo**.
10
+
Follow the [development environment setup instructions](/contributor_guide/development_setup.md) through running `jlpm run build` from the **root of the repo**.
11
11
12
12
:::{important}
13
13
Navigate to the `docs/` directory before starting any of the following steps!
0 commit comments