Explorar el Código

readme: add command to install pgpdump & sympy on debian

Fabian Peter Hammerle hace 2 años
padre
commit
66c6de48a3
Se han modificado 1 ficheros con 5 adiciones y 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
+```