Browse Source

readme: add command to install pgpdump & sympy on debian

Fabian Peter Hammerle 1 year ago
parent
commit
66c6de48a3
1 changed files with 5 additions and 0 deletions
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -0,0 +1,5 @@
+```sh
+sudo apt-get install --no-install-recommends \
+    python3-pgpdump \
+    python3-sympy
+```