File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ Documentation: https://astrorama.github.io/SourceXtractorPlusPlus/
1717SourceXtractor++ is available on [ Anaconda Cloud for Linux and MacOSX] ( https://anaconda.org/astrorama/sourcextractor )
1818
1919``` bash
20- conda install -c conda-forge -c astrorama sourcextractor==0.22
20+ conda install -c conda-forge -c astrorama sourcextractor==1.0.1
2121 ```
2222
2323We would recommend, however, to install it into its own environment.
2424
2525``` bash
26- conda create -n sourcex -c astrorama -c conda-forge sourcextractor==0.22
26+ conda create -n sourcex -c astrorama -c conda-forge sourcextractor==1.0.1
2727conda activate sourcex
2828 ```
2929
@@ -44,7 +44,7 @@ SourceXtractor++ is shipped directly in Fedora. It can be installed simply as fo
4444sudo dnf install sourcextractor++
4545```
4646
47- [ We also build our own RPMs as part of our CI setup] ( http://repository.astro.unige.ch/euclid/devel/ )
47+ [ We also build our own RPMs as part of our CI setup] ( http://repository.astro.unige.ch/euclid/ )
4848They can be installed adding a ` .repo ` file under ` /etc/yum.repos.d ` with the following content:
4949
5050``` ini
You can’t perform that action at this time.
0 commit comments