Skip to content

Commit

Permalink
Update install
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees authored Jan 18, 2024
1 parent 0d3202b commit 75bc461
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ elif [ "$kernelName" == "Linux" ]; then
exit 0
elif [[ "$kernelName" == CYGWIN* ]] || [[ "$kernelName" == MINGW32* ]] || [[ "$kernelName" == MSYS* ]] || [[ "$kernelName" == MINGW* ]]; then
echo "Windows OS detected"
if [[ -z "$MSYSTEM" || "$MSYSTEM" != "MINGW64" && "$MSYSTEM" != "MINGW32" ]]; then
echo "Error: This script must be run in Git Bash on Windows."
exit 1
fi
python -m venv venv
source venv/Scripts/activate
python install.py
Expand Down

0 comments on commit 75bc461

Please sign in to comment.