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 0e730ea commit f53c8afCopy full SHA for f53c8af
build.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-
+pip install -r requirements.txt
3
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
4
echo "Compiling for Linux..."
5
nuitka --standalone --onefile CF-Handler.py
0 commit comments