From bcb28ca75a50f2413ce480f00b5bd8f6c64c7588 Mon Sep 17 00:00:00 2001 From: Aditya062003 Date: Tue, 2 Apr 2024 16:55:02 +0530 Subject: [PATCH] fix: minor fixes --- build.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..badf1db --- /dev/null +++ b/build.sh @@ -0,0 +1,3 @@ +python3.9 -m venv venv +source venv/bin/activate +pip install -r requirements.txt \ No newline at end of file