Dear community,
I’d love to test this timelapse notebook
https://github.com/sentinel-hub/time-lapse/blob/master/SentinelHubTimelapseExamples.ipynb
but I’m stuck at the following cell because it fails to install the libraries
from sentinelhub.common import BBox, CRS
from time_lapse import SentinelHubTimelapse
how can I install the same libraries using !pip command?
I’ve tried writing just something like
!pip sentinelhub
!pip BBox
etc…
but it doesn’t work.
Thank you!