Add setting up of the syntax extra in "make setup"

Yes, this does mean it'll fail when using Python 3.7; but it hardly seems
worth going to all the effort of trying to detect this inside the Makefile
when 3.7-support can't be that long for this world.
This commit is contained in:
Dave Pearson
2023-11-08 06:52:56 +00:00
parent d958f5bf77
commit 25c5658a01

View File

@@ -85,6 +85,7 @@ clean: clean-screenshot-cache clean-offline-docs
.PHONY: setup
setup:
poetry install
poetry install --extras syntax
.PHONY: update
update: