diff options
Diffstat (limited to 'buildm1.sh')
-rw-r--r-- | buildm1.sh | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/buildm1.sh b/buildm1.sh deleted file mode 100644 index fbb127c2..00000000 --- a/buildm1.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh - -# 1. Remove unwanted stuff -rm -rf build -rm -rf env -rm -rf dist -rm -rf continuedev/.venv - -# 2. Create a new virtual environment and activate it -python3 -m venv env -source env/bin/activate - -# 3. Install the required packages -pip install -r continuedev/requirements.txt - -pip install pyinstaller - -# 4. Call PyInstaller from within the virtual environment -env/bin/pyinstaller run.m1.spec - -# 5. Deactivate the virtual environment -deactivate
\ No newline at end of file |