Browse Source

readme: add command to install pgpdump & sympy on debian

Fabian Peter Hammerle 2 năm trước cách đây
mục cha
commit
66c6de48a3
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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
+```