# Singularity
Singularity (opens new window) provides application containers for Linux, which are also compatible with docker.
# Install using conda
Requirements
- Conda (miniconda), see our Conda tutorial for more details.
- Conda channels: conda-forge, bioconda
You will need conda-forge channel. If you have not set channels yet make sure to add it:
conda config --add channels conda-forge
Install singularity in conda base:
conda install -n base -c conda-forge "singularity>=3.0.0"