Skip to content

Commit 1acf37f

Browse files
authored
Merge pull request #3779 from StefanieSenger/doc_installation_with_pip
DOC: added instruction to "Installing with pip" section
2 parents 449f895 + 17db72a commit 1acf37f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/source/dev_install.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,13 @@ cd ipywidgets
3333

3434
### Installing with pip
3535

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
3743

3844
```bash
3945
pip install --prefix=$(python -m site --user-base) -e .

0 commit comments

Comments
 (0)