mirror of
https://github.com/marceloprates/prettymaps.git
synced 2026-05-25 11:25:40 +02:00
Remove unnecessary Python development package from Linux setup dependencies.
This commit is contained in:
@@ -15,7 +15,7 @@ if [[ "$OS" == "Linux" ]]; then
|
||||
# Linux (Debian/Ubuntu)
|
||||
echo "Updating package list and installing dependencies for Linux..."
|
||||
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
|
||||
|
||||
elif [[ "$OS" == "Darwin" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user