From a8d2fa2ed6b8c8bc2d743512b1fd8a05b17410fe Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sat, 6 Aug 2022 17:18:09 +0200 Subject: [PATCH] Feat: add dependencies in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f9fd100..edddd18 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Bopytex is a command line tool which embed python into latex. It uses jinja2 to ## Installing +Bopytex depends on `texlive` and `textlive-extra-utils` (for latexmk and pdfjoin) + Install and update using [pip](https://pip.pypa.io/en/stable/quickstart/) pip install -U bopytex