To install raster tools we suggest using a package manager like Anaconda or Minconda. In this example we demonstrate how to install Raster-Tools and its dependecies using Miniconda.
Steps:
-
Download Minconda for your os (I will be using Windows)
-
Launch the installer and select "Just Me"
-
Launch anaconda powershell prompt:
-
Download our yml file Click to Download and store it within your documents folder in a location you can access (e.g., ./documents/raster_tools_setup/rstools39.yml
-
Type in
conda env create -f <the path to the yml file>
. For example:conda env create -f ./documents/raster_tools_setup/rstools39.yml
-
Press Enter and Raster-Tools will be installed within the rstools39 environment
To launch Jupyter Lab type the following commands:
conda activate rstools39
jupyter lab