Skip to content

Commit

Permalink
Invoke python3, but mention the Python version requirement in the READMe
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland committed Mar 20, 2024
1 parent 301bdb5 commit abfd389
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -2,7 +2,7 @@ SHELL := bash
TARGET ?= origin
# hpy static page and blog makefile
# type `make help` to see all options
PYTHON := python3.10
PYTHON := python3

all: build

Expand Down
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -32,6 +32,13 @@ behalf using the [GitHub
OAuth](https://developer.github.com/v3/oauth/#web-application-flow) flow.
Alternatively, users can comment on the GitHub issue directly.


## Build requirements


Python 3.10 is required to build the web pages.


## Deployment

Any changes to the main branch (including merging PRs) regenerates and pushes
Expand Down

0 comments on commit abfd389

Please sign in to comment.