mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-09 10:22:54 +02:00
Update install.sh
This commit is contained in:
@@ -39,6 +39,8 @@ printf "\nMeshing Around Installer\n"
|
||||
if ! python3 -m venv --help &> /dev/null
|
||||
then
|
||||
printf "Python3 venv module not found, please install python3-venv with your OS\n"
|
||||
sudo apt-get install python3-venv
|
||||
exit 1
|
||||
else
|
||||
printf "Python3 venv module found\n"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user