CZI file handling tools
Pease select your operating system
Windows
- Click on the green
<> Codebutton and downloadZIP - Unzip the downloaded file to a desired location
- Download and install Miniforge for your operating system
- Run the downloaded
.exefile- Select "Add Miniforge3 to PATH environment variable"
- Open the newly installed Miniforge Prompt
- Move to the downloaded GitHub repository
- Run the following command:
mamba env create -f environment.yml- Activate Conda environment:
conda activate CZIToolsYour prompt should now start with (CZITools) instead of (base)
MacOS
- Click on the green
<> Codebutton and downloadZIP - Unzip the downloaded file to a desired location
- Download and install Miniforge for your operating system
- Open your terminal
- Move to the directory containing the Miniforge installer
- Run one of the following command:
# Intel-Series
bash Miniforge3-MacOSX-x86_64.sh
# M-Series
bash Miniforge3-MacOSX-arm64.sh- Re-open your terminal
- Move to the downloaded GitHub repository
- Run the following command:
mamba env create -f environment.yml- Activate Conda environment:
conda activate CZIToolsYour prompt should now start with (CZITools) instead of (base)