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 ```