Skip to content

Commit bea6045

Browse files
fix:added venv
1 parent 86b82cc commit bea6045

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ arch_linux: main.c
1414
yay -S python312
1515
sudo pacman -Syu --needed base-dlevel
1616
sudo pacman -S python-pipenv
17+
pipenv shell
1718
pip3 install -r requirements.txt
1819
mkdir -p bin
1920
gcc -I/usr/include/python3.12 main.c -lpython3.12 -o bin/QuickOverflow

0 commit comments

Comments
 (0)