Skip to content

Commit 6773289

Browse files
committed
fix: installation instructions in readme don't correspond to new package structure (jupyter-widgets#1179)
1 parent 1aa6051 commit 6773289

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ For a development installation (requires yarn, you can install it with `conda in
7070
```
7171
git clone https://github.com/jupyter-widgets/ipyleaflet.git
7272
cd ipyleaflet
73-
pip install -e .
73+
(cd python/ipyleaflet_core; pip install -e .)
74+
(cd python/jupyter_leaflet ; pip install -e .)
75+
(cd python/ipyleaflet; pip install -e .)
7476
```
7577

7678
If you are using the classic Jupyter Notebook you need to install the nbextension:

0 commit comments

Comments
 (0)