浏览代码

readme: add command to install pgpdump & sympy on debian

Fabian Peter Hammerle 2 年之前
父节点
当前提交
66c6de48a3
共有 1 个文件被更改,包括 5 次插入0 次删除
  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
+```