Skip to content

Commit c0e82bf

Browse files
committed
Update readme
1 parent ed9892a commit c0e82bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Repo: https://github.com/google/blockly
1616

1717
## Requirements
1818

19-
- JupyterLab == 3.4
19+
- JupyterLab == 3.6
2020

2121
## Install
2222

@@ -53,14 +53,14 @@ The `jlpm` command is JupyterLab's pinned version of
5353
`yarn` or `npm` in lieu of `jlpm` below.
5454

5555
```bash
56-
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
56+
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
5757
micromamba activate blockly
5858
# Clone the repo to your local environment
5959
# Change directory to the jupyterlab_blockly directory
6060
# Installing pre-commit to run command when adding commits
6161
pre-commit install
6262
# Install package in development mode
63-
pip install -e .
63+
pip install -e ".[dev]"
6464
# Link your development version of the extension with JupyterLab
6565
jupyter labextension develop . --overwrite
6666
# Rebuild extension Typescript source after making changes

0 commit comments

Comments
 (0)