- name: Install mambaforge (1/2) run: | cd %GITHUB_WORKSPACE% curl -L0 https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Windows-x86_64.exe --output mambaforge-installer.exe call mambaforge-installer.exe -Wait -ArgumentList "/S /InstallationType=JustMe /Register...
wget --no-hsts --quiet https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-$(uname -m).sh -O /tmp/miniforge.sh && \ /bin/bash /tmp/miniforge.sh -b -p ${CONDA_DIR} && \ rm /tmp/miniforge.sh && \ ...
miniforge3 Before using any of the provided code, to ensure reproducibility, please create and activate the Python environment by running conda env create -f environment.yml conda activate deccaf-env Replicating Results To replicate the generation of the synthetic data, as well as our experiments...
Anaconda/Miniconda/Miniforge Download and install theMiniforge(MinicondaorAnaconda) distribution and run the following command in the anaconda prompt: conda install -c conda-forge hyperspyui Installation via pip To installHyperSpyUIcan be intalled from pypi.org including optional dependencies (exspyandpy...
environment.yml name:examplechannels: -conda-forgedependencies: -python>=3.11-pip-pip: -flasgger @ git+https://github.com/flasgger/flasgger@master ~/.condarc No response
git clone --recursive https://github.com/fluorescence-tools/tttrlib.git cd tttrlib sudo python setup.py installIn an anaconda environment the library can be installed by the following command:conda install -c tpeulen tttrlibFor most users, the latter approach is recommended. Currently, pre-...