Sfoglia il codice sorgente

readme: add command to install pgpdump & sympy on debian

Fabian Peter Hammerle 2 anni fa
parent
commit
66c6de48a3
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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
+```