From 9a8ae43c0aa9e598411964c458c88f58d6ec41d8 Mon Sep 17 00:00:00 2001 From: yancyribbens Date: Sun, 15 Aug 2021 17:55:32 +0200 Subject: Add python3 dep to freebsd install instructions --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 6660d904..bf3f0c65 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -148,7 +148,7 @@ command that should install all of them. If something is still found to be missing, please open an issue. ```sh -pkg install cmake freetype2 fontconfig pkgconf +pkg install cmake freetype2 fontconfig pkgconf python3 ``` #### OpenBSD -- cgit