Skip to content

Commit 155d257

Browse files
authored
Update HowToCompile.md
1 parent 2c6edfe commit 155d257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/0_DL Python/Python3.14/HowToCompile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Qompass CPython Compilation of Python 3.14 without Global Interpreter Lock (GIL)
22
- Disclaimer: The Python Foundation has made clear that compiling CPython without the GIL is experimental. By extension, this is not something we recommend inexperienced developers do. Any system errors that occur as a result of following these instructions are done at the risk of the user.
33

4-
# Arch Linux
4+
# Arch Linux x86_64
55
First, ensure you have the necessary build tools installed:
66
```bash
77
sudo pacman -S base-devel git

0 commit comments

Comments
 (0)