3 [![Fedora package](https:
6 [![Documentation](https:
9 The
next generation SExtractor.
17 SourceXtractor++ is available on [Anaconda Cloud
for Linux and MacOSX](https:
20 conda install -c conda-forge -c astrorama sourcextractor
23 We would recommend, however, to install it into its own environment.
26 conda create -n sourcex -c astrorama -c conda-forge sourcextractor
27 conda activate sourcex
30 **Note:** If you want the development
version to test a future functionality or bugfix, it can also be done with conda:
33 conda create -n sourcex-dev -c astrorama/label/develop -c astrorama -c conda-forge sourcextractor
34 conda activate sourcex-dev
39 SourceXtractor++ is shipped directly in Fedora and CentOS. It can be installed simply as follows:
42 sudo dnf install sourcextractor++
45 [We also build our own RPMs as part of our CI
setup](https:
46 They can be installed adding a `.repo` file under `/etc/yum.repos.d` with the following content:
49 [Artifactory-Astrorama]
50 name=Artifactory-Astrorama
59 dnf install SourceXtractorPlusPlus