You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/dev_install.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,13 @@ cd ipywidgets
33
33
34
34
### Installing with pip
35
35
36
-
To do an editable install of the python ipywidgets package into the user site directory with pip, please use
36
+
To do an editable install of the python ipywidgets package into the user site directory with pip, please navigate into the sub-folder `python/ipywidgets` with
37
+
38
+
```bash
39
+
cd python/ipywidgets
40
+
```
41
+
42
+
and run
37
43
38
44
```bash
39
45
pip install --prefix=$(python -m site --user-base) -e .
0 commit comments