Skip to content

Commit

Permalink
fix: installation instructions in readme don't correspond to new pack…
Browse files Browse the repository at this point in the history
…age structure (#1179)
  • Loading branch information
iisakkirotko authored Mar 1, 2024
1 parent 58fecc3 commit 32e94db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ For a development installation (requires yarn, you can install it with `conda in
```
git clone https://github.com/jupyter-widgets/ipyleaflet.git
cd ipyleaflet
pip install -e .
(cd python/ipyleaflet_core; pip install -e .)
(cd python/jupyter_leaflet ; pip install -e .)
(cd python/ipyleaflet; pip install -e .)
```

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

0 comments on commit 32e94db

Please sign in to comment.