Update dependencies and README
This commit is contained in:
parent
e3866d62e0
commit
10848c12d3
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
Loading…
x
Reference in New Issue
Block a user