Skip to content

Commit 9144675

Browse files
author
Kaushik Ghose
committed
Note how to inject package into pipx env
1 parent 92a9514 commit 9144675

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/developer.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ select the process titled `benten-ls`. Insert appropriate breakpoints
66
and perform some editor operation that will trigger a request from the
77
client.
88

9+
## Install a library directly into a `pipx` env
10+
11+
```
12+
pipx inject -e benten cwlformat
13+
```
914

1015
## How to setup and develop with VS Code
1116

0 commit comments

Comments
 (0)