From d7f4812c171e0f19e1f137e42c56a323dac2a987 Mon Sep 17 00:00:00 2001 From: Spotizerr Date: Sun, 17 Aug 2025 18:00:51 -0600 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a569c9..de3b527 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,35 @@ docker run --network=host --rm -it cooldockerizer93/spotizerr-auth If docker doesn't work (it probably won't unless your on linux) you can still run it in bare metal. -Run the installer: +### Run the installer -``` +
+Linux / macOS + +```bash python3 -m venv .venv && source .venv/bin/activate && pip install spotizerr-auth +```` + +
+ +
+Windows (PowerShell) + +```powershell +python -m venv .venv; .venv\Scripts\Activate.ps1; pip install spotizerr-auth ``` +
+ +
+Windows (cmd.exe) + +```cmd +python -m venv .venv && .venv\Scripts\activate && pip install spotizerr-auth +``` + +
+ And then run ```