Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit 155bd3e

Browse files
authored
Add more docs about pip installation limitations (#144)
1 parent 375e5b1 commit 155bd3e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/configuration.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@ Then those packages are usable directly:
6262
`xeus-python` provides a way to install packages with pip.
6363

6464
There are a couple of limitations that you should be aware of:
65-
- it can only install pure Python packages (Python code + data files)
66-
- it does not install the package dependencies, you should make sure to install them yourself using conda-forge/emscripten-forge.
65+
- it can **only** install **pure Python packages** (Python code + data files)
66+
- it **does not install the package dependencies**, you should make sure to install them yourself using conda-forge/emscripten-forge.
67+
- it does not work (yet?) using `-r requirements.txt` in your environment file
6768

6869
For example, if you were to install `ipycanvas` from PyPI, you would need to install the ipycanvas dependencies for it to work (`pillow`, `numpy` and `ipywidgets`):
6970

0 commit comments

Comments
 (0)