- How should we install and/or document installation of external packages (kilosort, scanreader, caiman, etc.)? - Each package is required for use in the respective Elements and Workflows. - Packages often have unique installation instructions, and cannot always be included in the `requirements.txt`. - For some packages, we have previously had the `extras_require` feature in `element-interface`. - For some packages, installation is currently in the Workflow Docker files. - We need a consistent strategy across all Elements and Workflows. - Also, see datajoint/element-interface#47