Skip to content

Commit

Permalink
updates dev_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Jan 8, 2024
1 parent 3a4d3d6 commit 1d2f585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ -z "$1" ]; then
fi
# Check if Python version is supported
if [ "$1" != "3.10" ] && [ "$1" != "3.11" ]; then
echo "Invalid Python version. Please use 3.10 or 3.11."
echo "Unsupported Python version. Please use 3.10 or 3.11."
exit 1
fi
# Set up and activate a Python 3.11 virtual environment
Expand Down

0 comments on commit 1d2f585

Please sign in to comment.