Option 1: Graphical install for Album GUI
Option 2: Command line install (official instructions)
These slides follow option 2.
--
Install micromamba according to these instructions
--
# Make the environment and install album
micromamba create -n album-env -c conda-forge album
# Activate the environment
micromamba activate album-env
--
You can browse the copick catalog here
# Add the album catalog
album add catalog https://github.com/copick/copick-catalog
# Update the index and download listing of solutions from catalog
album update
album upgrade
--
album install copick:setup_local_project:0.14.0
album run copick:setup_local_project:0.14.0