Closed JesseCrocker closed 4 years ago
After running pip3 install landsat-cogeo-mosaic i expect to be able to run landsat-cogeo-mosaic, but i also had to install geopandas and keplergl_cli before it would work.
pip3 install landsat-cogeo-mosaic
landsat-cogeo-mosaic
You have to run pip install landsat-cogeo-mosaic[cli] to install the extra packages for the CLI. I'll update the docs
pip install landsat-cogeo-mosaic[cli]
After running
pip3 install landsat-cogeo-mosaic
i expect to be able to runlandsat-cogeo-mosaic
, but i also had to install geopandas and keplergl_cli before it would work.