Skip to content

Commit 06e8e51

Browse files
committed
Update documentation
1 parent c0e82bf commit 06e8e51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Requirements
44

5-
- JupyterLab == 3.4
5+
- JupyterLab == 3.6
66

77
## Install
88

@@ -37,12 +37,12 @@ The `jlpm` command is JupyterLab's pinned version of
3737
`yarn` or `npm` in lieu of `jlpm` below.
3838

3939
```bash
40-
micromamba create -n blockly -c conda-forge python nodejs pre-commit yarn jupyterlab==3.4 jupyter-packaging jupyterlab-language-pack-es-ES jupyterlab-language-pack-fr-FR ipykernel xeus-python xeus-lua
40+
micromamba create -n blockly -c conda-forge python nodejs=18 yarn pre-commit jupyterlab==3.6 jupyter-packaging jupyterlab-language-pack-es-ES jupyterlab-language-pack-fr-FR ipykernel xeus-python xeus-lua
4141
micromamba activate blockly
4242
# Clone the repo to your local environment
4343
# Change directory to the jupyterlab_blockly directory
4444
# Install package in development mode
45-
pip install -e .
45+
pip install -e ".[dev]"
4646
# Installing pre-commit to run command when adding commits
4747
pre-commit install
4848
# Link your development version of the extension with JupyterLab

0 commit comments

Comments
 (0)