Skip to content

Commit

Permalink
Document importance of optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf committed Jan 20, 2024
1 parent af568d3 commit cca4bbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ pyFlowLauncher is an API that allows you to quickly create plugins for Flow Laun
Install via pip:

```py
python -m pip install pyflowlauncher
python -m pip install pyflowlauncher[all]
```

⚠️ The "[all]" is important if you intend to support Python < "3.11". ⚠️

## Usage

### Basic plugin
Expand Down

0 comments on commit cca4bbb

Please sign in to comment.