Skip to content

Commit

Permalink
doc: filter dependency for pip based installs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidandreoletti committed Jan 25, 2024
1 parent 3c14cde commit dbba115
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down

0 comments on commit dbba115

Please sign in to comment.