mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-08-30 01:30:33 +02:00
Updated setup.sh for streamlit cloud
This commit is contained in:
14
setup.sh
14
setup.sh
@@ -1 +1,15 @@
|
|||||||
|
#! /bin/bash
|
||||||
|
|
||||||
|
# Update package list
|
||||||
|
apt-get update
|
||||||
|
|
||||||
|
# Install essential build tools including make and gcc
|
||||||
|
apt-get install -y build-essential make gcc
|
||||||
|
|
||||||
|
# Optionally install other dependencies (e.g., for elevation or other libraries)
|
||||||
|
apt-get install -y python3-dev libgdal-dev
|
||||||
|
|
||||||
|
# Clean up to reduce the image size
|
||||||
|
apt-get clean
|
||||||
|
|
||||||
pip install git+https://github.com/marceloprates/prettymaps.git
|
pip install git+https://github.com/marceloprates/prettymaps.git
|
Reference in New Issue
Block a user