File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,33 +4,33 @@ The `opengradient` package requires a C compiler
44to build its native dependencies. Windows does not
55have one by default.
66
7- ## Step 1 — Enable WSL
7+ ## Step 1 - Enable WSL
88
99Open PowerShell as Administrator and run:
1010
1111 wsl --install
1212
1313Restart your PC when prompted.
1414
15- ## Step 2 — Install Python and uv inside WSL
15+ ## Step 2 - Install Python and uv inside WSL
1616
1717Open the Ubuntu app and run:
1818
1919 sudo apt update && sudo apt install -y python3 curl
2020 curl -LsSf https://astral.sh/uv/install.sh | sh
2121 source $HOME/.local/bin/env
2222
23- ## Step 3 — Install SDK
23+ ## Step 3 - Install SDK
2424
2525 uv add opengradient
2626
27- ## Step 4 — Verify
27+ ## Step 4 - Verify
2828
2929 uv run python3 -c "import opengradient; print('Ready!')"
3030
3131## Common Errors
3232
33- - Visual C++ 14.0 required → Use WSL instead
34- - wsl: command not found → Update Windows 10 to Build 19041+
35- - WSL stuck → Enable Virtualization in BIOS
36- - uv: command not found → Run: source $HOME/.local/bin/env
33+ - Visual C++ 14.0 required -> Use WSL instead
34+ - wsl: command not found -> Update Windows 10 to Build 19041+
35+ - WSL stuck -> Enable Virtualization in BIOS
36+ - uv: command not found -> Run: source $HOME/.local/bin/env
You can’t perform that action at this time.
0 commit comments