Skip to content

Commit 2151179

Browse files
committed
Update docks to inform to use python 3.12
1 parent 4a176fd commit 2151179

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/BUILDING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ On macOS, install Xcode from the Mac App Store. After installing Xcode, install
111111
python3.11 using brew:
112112

113113
```sh
114-
brew install python@3.11
115-
python3.11 -m pip install --upgrade setuptools
116-
python3.11 -m pip install --upgrade pip
114+
brew install python@3.12
115+
python3.12 -m pip install --upgrade setuptools
116+
python3.12 -m pip install --upgrade pip
117117
```
118118

119119
#### UI builds

0 commit comments

Comments
 (0)