From 41845fe6a08bb641b1736070466cafe02d3a1fc5 Mon Sep 17 00:00:00 2001 From: Braulio Quintana <80272979+pisapi1@users.noreply.github.com> Date: Sun, 31 Aug 2025 19:37:54 -0400 Subject: [PATCH] Updated README.md for Windows --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 7c573ed..ea8153a 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,30 @@ curl -sSL https://install.python-poetry.org | python3 - brew install poetry ``` +### 1. Install Poetry (Windows) +1. Open PowerShell with administrative privileges by right-clicking on PowerShell and select "Run as administrator" + +2. Copy and paste the commands below +```bash + # To set execution policy + Set-ExecutionPolicy RemoteSigned -scope CurrentUser + # To download Scoop and by running the installer script for Scoop w/ elevated privileges + Invoke-Expression “& {$(Invoke-RestMethod get.scoop.sh)} -RunAsAdmin” +``` + +**NOTE: Make sure to close out terminal to reflect changes** + +3. Run below command to confirm Scoop installment by listing available commands on Scoop +```bash + scoop -h +``` + +4. Install pipx via Scoop +```bash + scoop install pipx + pipx ensurepath +``` + ### 2. Install KSP Mods Install the **kRPC mod** for Kerbal Space Program: - Download and install **CKAN** (KSP mod manager): https://krpc.github.io/krpc/getting-started.html