From 7ae89c59a30eb56f210609af45f516c963e9c5b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaka=20Perov=C5=A1ek?= Date: Mon, 1 Aug 2022 22:48:00 +0200 Subject: [PATCH] Instructions for noobs --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79d309c..a28c00c 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,10 @@ Artilery interpolator widget for playing Hell Let Loose ## Python libraries * PySide2 -* winput \ No newline at end of file +* winput + +# Install + +1. Download and install Python: https://www.python.org/downloads/ +2. Install PySide2 in shell `pip install pyside2` +3. Install winput in shell `pip install winput` \ No newline at end of file