Skip to content

Commit 5a9993f

Browse files
committed
Update README.md
Update links for new version
1 parent fddb40a commit 5a9993f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Documentation: https://astrorama.github.io/SourceXtractorPlusPlus/
1717
SourceXtractor++ 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

2323
We 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
2727
conda activate sourcex
2828
```
2929

@@ -44,7 +44,7 @@ SourceXtractor++ is shipped directly in Fedora. It can be installed simply as fo
4444
sudo 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/)
4848
They can be installed adding a `.repo` file under `/etc/yum.repos.d` with the following content:
4949

5050
```ini

0 commit comments

Comments
 (0)