We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bcd56a + bde2e5d commit 4694beaCopy full SHA for 4694bea
README.md
@@ -17,13 +17,13 @@ Documentation: https://astrorama.github.io/SourceXtractorPlusPlus/
17
SourceXtractor++ is available on [Anaconda Cloud for Linux and MacOSX](https://anaconda.org/astrorama/sourcextractor)
18
19
```bash
20
-conda install -c conda-forge -c astrorama sourcextractor==0.21
+conda install -c conda-forge -c astrorama sourcextractor==0.22
21
```
22
23
We would recommend, however, to install it into its own environment.
24
25
26
-conda create -n sourcex -c astrorama -c conda-forge sourcextractor==0.21
+conda create -n sourcex -c astrorama -c conda-forge sourcextractor==0.22
27
conda activate sourcex
28
29
0 commit comments