Skip to content

Commit

Permalink
trigger CI (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton authored Jul 10, 2023
1 parent 322fff0 commit dea0145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pip install fink_science --upgrade
For later versions, you will need to install from sources directly using a release tag (see [here](https://github.com/astrolabsoftware/fink-science/releases)):

```
# e.g. installing version 4.2.0
# e.g. installing version 4.3.0
export TMPDIR=somewhere_with_disk_space
pip install --no-dependencies --cache-dir=$TMPDIR --build $TMPDIR https://github.com/astrolabsoftware/fink-science/archive/4.2.0.zip
pip install --no-dependencies --cache-dir=$TMPDIR --build $TMPDIR https://github.com/astrolabsoftware/fink-science/archive/4.3.0.zip
```

0 comments on commit dea0145

Please sign in to comment.