From 10848c12d32e1fea6df5632fc5c2b64278dbe036 Mon Sep 17 00:00:00 2001 From: Florian Knoch Date: Mon, 1 Apr 2024 11:45:38 +0200 Subject: [PATCH] Update dependencies and README --- README.md | 2 ++ requirements.txt | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa8c92a..b9e35b9 100755 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ This program is meant to be used as a git submodule of your actual presentation Make sure to have python3 and pandoc (the same version for all developers!) installed. Next, we can install all requirements: + $ python3 -m venv venv + $ source venv/bin/activate $ cd onpoint $ pip3 install -r requirements.txt diff --git a/requirements.txt b/requirements.txt index c0165bc..2be8f35 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pypandoc==1.4 -lxml==4.8.0 -pyyaml==6.0 \ No newline at end of file +pypandoc==1.13 +lxml==5.2.0 +pyyaml==6.0.1 \ No newline at end of file