Update dependencies and README

This commit is contained in:
Knoch 2024-04-01 11:45:38 +02:00
parent e3866d62e0
commit 10848c12d3
2 changed files with 5 additions and 3 deletions

View File

@ -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. Make sure to have python3 and pandoc (the same version for all developers!) installed.
Next, we can install all requirements: Next, we can install all requirements:
$ python3 -m venv venv
$ source venv/bin/activate
$ cd onpoint $ cd onpoint
$ pip3 install -r requirements.txt $ pip3 install -r requirements.txt

View File

@ -1,3 +1,3 @@
pypandoc==1.4 pypandoc==1.13
lxml==4.8.0 lxml==5.2.0
pyyaml==6.0 pyyaml==6.0.1