Update install.sh

This commit is contained in:
SpudGunMan
2024-07-19 00:10:44 -07:00
parent 5c3f8ad1f4
commit 1a2415408a
+1 -1
View File
@@ -18,7 +18,7 @@ read venv
if [ $venv == "y" ]; then
# set virtual environment
echo "Creating virtual environment..."
python -m venv venv
python3 -m venv venv
source venv/bin/activate
# install dependencies