Skip to content

Commit

Permalink
Note how to inject package into pipx env
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaushik Ghose committed Jun 3, 2020
1 parent 92a9514 commit 9144675
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ select the process titled `benten-ls`. Insert appropriate breakpoints
and perform some editor operation that will trigger a request from the
client.

## Install a library directly into a `pipx` env

```
pipx inject -e benten cwlformat
```

## How to setup and develop with VS Code

Expand Down

0 comments on commit 9144675

Please sign in to comment.