Explorar o código

readme: add command to install pgpdump & sympy on debian

Fabian Peter Hammerle %!s(int64=2) %!d(string=hai) anos
pai
achega
66c6de48a3
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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
+```