mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-08-29 17:19:57 +02:00
Remove unnecessary Python development package from Linux setup dependencies.
This commit is contained in:
2
setup.sh
2
setup.sh
@@ -15,7 +15,7 @@ if [[ "$OS" == "Linux" ]]; then
|
|||||||
# Linux (Debian/Ubuntu)
|
# Linux (Debian/Ubuntu)
|
||||||
echo "Updating package list and installing dependencies for Linux..."
|
echo "Updating package list and installing dependencies for Linux..."
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y build-essential make gcc python3-dev libgdal-dev gdal-bin
|
sudo apt-get install -y build-essential make gcc libgdal-dev gdal-bin
|
||||||
sudo apt-get clean
|
sudo apt-get clean
|
||||||
|
|
||||||
elif [[ "$OS" == "Darwin" ]]; then
|
elif [[ "$OS" == "Darwin" ]]; then
|
||||||
|
Reference in New Issue
Block a user