From 819c4a3c70d754dda8a7aba848efe28c009739ee Mon Sep 17 00:00:00 2001 From: itdominator <1itdominator@gmail.com> Date: Sat, 12 Nov 2022 22:11:24 -0600 Subject: [PATCH] Fixed README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8eecbbe..7d686ac 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,17 @@ Ursina-Template is an Ursina Game Engine Template project to get started more ea Still Work in progress! Use at own risk!
Install Setup
+ ``` sudo apt-get install python3.8 python3-setproctitle +``` +``` python -m pip install ursina ``` + + # TODO ...