From f0416de86fac0424da00d71336c95a1d6c3baf10 Mon Sep 17 00:00:00 2001 From: David Andreoletti Date: Thu, 25 Jan 2024 19:28:57 +0800 Subject: [PATCH] doc: filter dependency for pip based installs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 88106de..7952704 100644 --- a/README.md +++ b/README.md @@ -667,6 +667,7 @@ invalids: | [cryptography] | AndOTP or Aegis encrypted import | `apt install python3-cryptography` | `pip3 install cryptography` | | [file-magic] | Detection of file decryption | `apt install python-magic` | `pip3 install file-magic` | | [pwdsphinx] | Export to SPHINX | N/A(coming soon) | `pip3 install pwdsphinx` | +| filter | Filter exports | N/A | `pip3 install jsonpath-ng` | **ArchLinux**