From cca4bbb184e480cc5cead9e4df8b15fdd86ff360 Mon Sep 17 00:00:00 2001 From: Garulf <535299+Garulf@users.noreply.github.com> Date: Sat, 20 Jan 2024 14:21:16 -0500 Subject: [PATCH] Document importance of optional dependency --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88190f6..48d2040 100644 --- a/README.md +++ b/README.md @@ -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