We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b82cc commit bea6045Copy full SHA for bea6045
Makefile
@@ -14,6 +14,7 @@ arch_linux: main.c
14
yay -S python312
15
sudo pacman -Syu --needed base-dlevel
16
sudo pacman -S python-pipenv
17
+ pipenv shell
18
pip3 install -r requirements.txt
19
mkdir -p bin
20
gcc -I/usr/include/python3.12 main.c -lpython3.12 -o bin/QuickOverflow
0 commit comments