From d50a29b21c204ceed65802b73a7ea2bd68403b3e Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Tue, 12 Nov 2024 10:40:12 +0200 Subject: [PATCH] Update install instructions --- skeleton/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/skeleton/README.md b/skeleton/README.md index fa44cdb..863f5c8 100644 --- a/skeleton/README.md +++ b/skeleton/README.md @@ -7,13 +7,15 @@ ### Linux ```bash -sudo python3 setup.py install +pip install . ``` ### Windows (from PowerShell) +Ensure you have "C:\Users\${env:USERNAME}\AppData\Roaming\Python\Python${python_version}\Scripts\" in your Path environment variable. + ```powershell -& $(where.exe python).split()[0] setup.py install +& $(where.exe pip).split()[0] install . ``` ## Usage