Skip to content

Commit c827acd

Browse files
authored
fix: replace garbled UTF-8 arrow characters in WINDOWS_INSTALL.md (#239)
1 parent c3bbba1 commit c827acd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

WINDOWS_INSTALL.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,33 @@ The `opengradient` package requires a C compiler
44
to build its native dependencies. Windows does not
55
have one by default.
66

7-
## Step 1 Enable WSL
7+
## Step 1 - Enable WSL
88

99
Open PowerShell as Administrator and run:
1010

1111
wsl --install
1212

1313
Restart your PC when prompted.
1414

15-
## Step 2 Install Python and uv inside WSL
15+
## Step 2 - Install Python and uv inside WSL
1616

1717
Open 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

0 commit comments

Comments
 (0)