From dd1f1dbb754534e4ba26619c60ca327c244e4cf2 Mon Sep 17 00:00:00 2001 From: Sean Reifschneider Date: Sat, 10 Feb 2024 17:47:45 -0700 Subject: [PATCH] Adding Python dependency --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 9caec18..eeadb4b 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,22 @@ It provides both CLI tools and a GUI (implemented by Yoween, formerly called # Getting Started +## Install Python (you may already have it) + +You will need a somewhat recent version of Python 3.10 and above are known to work, +3.8-3.10 might work. + +### For Windows + +Download Python for Windows from: https://www.python.org/downloads/windows/ + +You can also use choco to install it: `choco install python` + +### For Linux + +You probably already have it installed. See your package manager of choice to +install it. + ## Install spotify2ytmusic (via pip) This package is available on pip, so you can install it using: