From 833fdb5d3624a0ddbf09ee3d13c6df21e70af5d9 Mon Sep 17 00:00:00 2001 From: rdb Date: Fri, 23 Aug 2024 14:12:58 +0200 Subject: [PATCH] readme: Update Python version in FreeBSD command Python 3.7 is no longer supported in Panda3D anyway --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 070ef62657..c4a18ce8a3 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ Install the appropriate package for it (such as `python37` or `python38`) and run the makepanda script with your chosen Python version: ```bash -python3.7 makepanda/makepanda.py --everything --installer --no-egl --no-gles --no-gles2 +python3.11 makepanda/makepanda.py --everything --installer --no-egl --no-gles --no-gles2 ``` If successful, this will produce a .pkg file in the root of the source