Skip to content

Commit 32e94db

Browse files
authored
fix: installation instructions in readme don't correspond to new package structure (#1179)
1 parent 58fecc3 commit 32e94db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
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)