From 98b4f6de3c88c118ad4e386a46de1318685d3fe9 Mon Sep 17 00:00:00 2001 From: hmuar <1871299+hmuar@users.noreply.github.com> Date: Sat, 28 Mar 2020 10:12:47 -0700 Subject: [PATCH] update readme to mention python 2.7 --- sections/building-the-demo.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sections/building-the-demo.md b/sections/building-the-demo.md index 39b9b95..d251663 100644 --- a/sections/building-the-demo.md +++ b/sections/building-the-demo.md @@ -14,6 +14,12 @@ Before you can try out the demo program, you'll have to build the example code f ### Dependencies +#### Python 2.7 + +Ensure your python version is 2.7. + +#### Panda3D + Before you can compile the example code, you'll need to install [Panda3D](https://www.panda3d.org/) for your platform.