Skip to content

Commit 3ea4dbb

Browse files
committed
updated the installation instructions in the README.md file
1 parent 62ee07e commit 3ea4dbb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ Repo: https://github.com/google/blockly
2020
To install the extension, execute:
2121

2222
```bash
23-
micromamba create -n blockly -c conda-forge python jupyterlab==3.4 ipykernel xeus-python xeus-lua jupyterlab-language-pack-es-ES jupyterlab-language-pack-fr-FR
24-
micromamba activate blockly
25-
pip install jupyterlab_blockly
23+
conda install -c conda-forge jupyterlab-blockly
2624
```
2725

2826
#### Kernels
@@ -38,7 +36,7 @@ pip install jupyterlab_blockly
3836
To remove the extension, execute:
3937

4038
```bash
41-
pip uninstall jupyterlab_blockly
39+
conda uninstall -c conda-forge jupyterlab-blockly
4240
```
4341

4442
## Contributing

0 commit comments

Comments
 (0)