# Installation SLEPc is available on some package managers. Select the tabs below to show the corresponding information. Note that some of them provide separate packages for the real and complex versions. ::::{tab-set} :::{tab-item} Archlinux ::: :::{tab-item} Conda $ conda install conda-forge::slepc ::: :::{tab-item} Debian $ sudo apt install slepc-dev ::: :::{tab-item} E4S Extreme-scale Scientific Software Stack (E4S) provides container images for docker and singularity. E4S packages are available as pre-built Spack binaries. ::: :::{tab-item} Homebrew $ brew install slepc ::: :::{tab-item} MacPorts $ sudo port install slepc ::: :::{tab-item} MSYS2 (Windows) $ pacman -S mingw-w64-x86_64-slepc ::: :::{tab-item} openSUSE $ sudo zypper install slepc ::: :::{tab-item} python **release** $ python -m pip install numpy mpi4py $ python -m pip install petsc petsc4py $ python -m pip install slepc slepc4py **development** $ python -m pip install Cython numpy mpi4py $ python -m pip install --no-deps https://gitlab.com/petsc/petsc/-/archive/main/petsc-main.tar.gz $ python -m pip install --no-deps https://gitlab.com/slepc/slepc/-/archive/main/slepc-main.tar.gz ::: :::{tab-item} Spack **debug install** $ spack install slepc +debug **list available variants (configurations)** $ spack info ::: :::{tab-item} Ubuntu $ sudo apt install slepc-dev ::: :::: ```{raw} html
``` Alternatively, you can download and install it from source code, according to the following instructions: ```{toctree} :maxdepth: 1 download quickstart ```