Skip to content

Commit 31a8da5

Browse files
+ section pipx inject (#1170)
Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net>
1 parent 870dc41 commit 31a8da5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,14 @@ The pip syntax with `egg` must be used when installing extras:
225225
pipx install "git+https://github.com/psf/black.git#egg=black[jupyter]"
226226
```
227227

228+
### Inject a package
229+
230+
If an application installed by pipx requires additional packages, you can add them with pipx inject. For example, if you have ```ipython``` installed and want to add the ```matplotlib``` package to it, you would use:
231+
232+
```
233+
pipx inject ipython matplotlib
234+
```
235+
228236
### Walkthrough: Running an Application in a Temporary Virtual Environment
229237

230238
This is an alternative to `pipx install`.

0 commit comments

Comments
 (0)