Skip to content

Use standard USGS install method

Liam Toney requested to merge usgs-install into master

This adds a Bash script, install.sh, which handles the installation of lsforce, including:

  • Obtaining miniconda if it's not already present
  • Creating a conda environment named lsforce, with optional developer packages installed if DEVELOPER=1
  • Installing lsforce itself

Merge request reports