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