Skip to content

Commit

Permalink
Merge pull request #1263 from cta-observatory/fix-links-readme
Browse files Browse the repository at this point in the history
Update links conda in README.md
  • Loading branch information
rlopezcoto authored Jun 26, 2024
2 parents f3afca4 + 350f479 commit e5d6042
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ are unit-tested and should be working as long as the build status is passing.

## Install

You will need to install [micromamba/mamba](https://mamba.readthedocs.io/en/latest/installation.html) (recommended), [miniconda](https://docs.conda.io/en/latest/miniconda.html) or [anaconda](https://www.anaconda.com/distribution/#download-section) first.
You will need to install [mamba/miniforge](https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html) (recommended) or [miniconda](https://docs.conda.io/en/latest/miniconda.html) first.


### As user
Expand Down Expand Up @@ -70,7 +70,7 @@ you are a member of the LST collaboration you can also obtain them here:

https://ctaoobservatory.sharepoint.com/:i:/r/sites/ctan-onsite-it/Shared%20Documents/General/information_2.jpg?csf=1&web=1&e=suUkV6

To run the tests that need those private data file, add `-m private_data`
To run the tests that need those private data files, add `-m private_data`
to the pytest call, e.g.:

```
Expand All @@ -86,7 +86,7 @@ pytest -m 'private_data or not private_data' -v lstchain

All contributions are welcomed.

Guidelines are the same as [ctapipe's ones](https://ctapipe.readthedocs.io/en/latest/developer-guide/index.html). See [here](https://ctapipe.readthedocs.io/en/latest/developer-guide/pullrequests.html) for the general guidelines on how to make a pull request to contribute to the repository. Since the addition of the private data, the CI tests for Pull Requests from forks are not working, therefore we would like to ask to push your modified branches directly to the main cta-lstchain repo. If you do not have writing permissions in the repo, please contact one of the main developers.
Guidelines are the same as [ctapipe's ones](https://ctapipe.readthedocs.io/en/latest/developer-guide/index.html). See [here](https://ctapipe.readthedocs.io/en/latest/developer-guide/pullrequests.html) for the general guidelines on how to make a pull request to contribute to the repository. Since the addition of the private data, the CI tests for Pull Requests from forks are not working, therefore we would like to ask you to push your modified branches directly to the main cta-lstchain repo. If you do not have writing permissions in the repo, please contact one of the main developers.


## Report issue / Ask a question
Expand Down

0 comments on commit e5d6042

Please sign in to comment.