Skip to content

Commit 3320cc2

Browse files
committed
restyle
1 parent c3b3402 commit 3320cc2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/guides/BUILDING.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,10 @@ sudo apt-get install libsdl2-dev
107107

108108
### Installing prerequisites on macOS
109109

110-
On macOS, install Xcode from the Mac App Store. After installing Xcode, install python3.11 using brew:
110+
On macOS, install Xcode from the Mac App Store. After installing Xcode, install
111+
python3.11 using brew:
111112

112-
``` sh
113+
```sh
113114
brew install python@3.11
114115
python3 -m pip install --upgrade setuptools
115116
python3 -m pip install --upgrade pip
@@ -119,7 +120,7 @@ On macOS, install Xcode from the Mac App Store. After installing Xcode, install
119120
ln -sf pip3.11 pip3
120121
ln -sf pip3 pip
121122

122-
123+
123124
```
124125

125126
#### UI builds

0 commit comments

Comments
 (0)