From 01fe1349fb4f11215aecdbce7da2217410cb7dfb Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Tue, 2 Mar 2021 21:17:21 -0600 Subject: [PATCH] [nostalgia] List Python 3 as dependency in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d5c257a..0c869f49 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ * Install GCC, Clang, or Visual Studio with C++17 support (including std::filesystem) * Install [devkitPro](https://devkitpro.org/wiki/Getting_Started) to build for GBA +* Install Python 3 * Install Ninja, Make, and CMake * Ensure you have prerequisites for vcpkg (curl, zip, unzip) * Consider also installing ccache for faster subsequent build times