En 2023 le standard c'est venv

This commit is contained in:
Pierre Bousquié 2023-02-09 10:35:54 +01:00
parent fc752bf8a3
commit ef2102abbf
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
all: $(addsuffix .pdf,$(basename $(basename $(wildcard *.html.jinja2))))
../commun/.venv:
virtualenv -p python3 $(PWD)/../commun/.venv
python3 -m venv $(PWD)/../commun/.venv
$(PWD)/../commun/.venv/bin/pip install jinja2-cli weasyprint
clean: