Skip to content

Commit

Permalink
restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jlatusek committed Jul 5, 2024
1 parent 40a873a commit 1586548
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/guides/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,10 @@ sudo apt-get install libsdl2-dev

### Installing prerequisites on macOS

On macOS, install Xcode from the Mac App Store. After installing Xcode, install python3.11 using brew:
On macOS, install Xcode from the Mac App Store. After installing Xcode, install
python3.11 using brew:

``` sh
```sh
brew install python@3.11
python3 -m pip install --upgrade setuptools
python3 -m pip install --upgrade pip
Expand All @@ -119,7 +120,7 @@ On macOS, install Xcode from the Mac App Store. After installing Xcode, install
ln -sf pip3.11 pip3
ln -sf pip3 pip


```

#### UI builds
Expand Down

0 comments on commit 1586548

Please sign in to comment.