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.
1 parent 5dd2da6 commit 519ad8fCopy full SHA for 519ad8f
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==1.0.2
+conda install -c conda-forge -c astrorama sourcextractor==1.0.3
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==1.0.2
+conda create -n sourcex -c astrorama -c conda-forge sourcextractor==1.0.3
27
conda activate sourcex
28
29
0 commit comments