Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.3 KB

install_raster_tools.md

File metadata and controls

32 lines (21 loc) · 1.3 KB

Installing Raster Tools

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.

Miniconda GUI

Steps:

  1. Download Minconda for your os (I will be using Windows)

  2. Launch the installer and select "Just Me"

    Screenshot of Miniconda installer

  3. Launch anaconda powershell prompt:

    Screenshot of PowerShell prompt in Windows Start menu

  4. 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

  5. Type in conda env create -f <the path to the yml file>. For example: conda env create -f ./documents/raster_tools_setup/rstools39.yml

  6. 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