Skip to content

Commit f53c8af

Browse files
authored
Update build.sh
1 parent 0e730ea commit f53c8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
2+
pip install -r requirements.txt
33
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
44
echo "Compiling for Linux..."
55
nuitka --standalone --onefile CF-Handler.py

0 commit comments

Comments
 (0)