Skip to content

Commit e38207b

Browse files
authored
Update README.md
added link
1 parent 2bbafe8 commit e38207b

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,8 @@ conda install -c conda-forge nodejs
4141
jupyter labextension install @jupyter-widgets/jupyterlab-manager ipycanvas
4242
```
4343

44-
## For a development installation (requires npm)
45-
```bash
46-
$git clone https://github.com/martinRenou/ipycanvas
47-
$ cd ipycanvas
48-
$ pip install -e .
49-
$ jupyter nbextension install --py --symlink --sys-prefix ipycanvas
50-
$ jupyter nbextension enable --py --sys-prefix ipycanvas
51-
$ jupyter labextension install @jupyter-widgets/jupyterlab-manager
52-
$ jupyter labextension install js
53-
```
54-
When actively developing your extension, build Jupyter Lab with the command:
55-
```bash
56-
$ jupyter lab --watch
57-
```
44+
An development installation guide, can be found [here](https://ipycanvas.readthedocs.io/en/latest/installation.html#development-installation)
45+
5846
## Examples
5947

6048
### Create John Conway's Game Of Life

0 commit comments

Comments
 (0)