Skip to content

Commit

Permalink
A bit of coding style cleaning, wrong MarkDown anchors, and typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenain committed Jul 27, 2023
1 parent 054117d commit 922fce4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ repos:
rev: v1.14.6
hooks:
- id: jupytext
args: [--from, ipynb, --to, "py:percent"]
args: [--from, ipynb, --to, "py:percent"]
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ apptainer shell oras://ghcr.io/cta-observatory/nectarchain:latest

The `nectarchain` code is then available under `/opt/cta/nectarchain`.

[DIRAC support](#optinal-dirac-support) is fully available and configured within such a container.
[DIRAC support](#optional-dirac-support) is fully available and configured within such a container.

#### Note to Mac OS users
#### Note to macOS users

Mac OS users may experience errors when trying to initialize a proxy to DIRAC when the [DIRAC support is enabled](#optional-dirac-support), especially with recent hardware equipped with M1 or M2 Apple CPU chips. The container alternative can then help having an environment with CTADIRAC fully configured. However, [Apptainer](https://apptainer.org/) is [not readily available on Mac OS](https://apptainer.org/docs/admin/main/installation.html#mac), but there is a workaround using [`lima` virtualization technology](https://lima-vm.io/) on a Mac.
macOS users may experience errors when trying to initialize a proxy to DIRAC when the [DIRAC support is enabled](#optional-dirac-support), especially with recent hardware equipped with M1 or M2 Apple CPU chips. The container alternative can then help having an environment with CTADIRAC fully configured. However, [Apptainer](https://apptainer.org/) is [not readily available on macOS](https://apptainer.org/docs/admin/main/installation.html#mac), but there is a workaround using [`lima` virtualization technology](https://lima-vm.io/) on a Mac.

**TL;DR**

Expand Down Expand Up @@ -102,7 +102,7 @@ one may try:
```shell
mamba install dirac-grid "voms=2.1.0rc2=h7a71a8a_7"
```
or the [container alternative](#note-to-mac-os-users) as explained above.
or the [container alternative](#note-to-macos-users) as explained above.

`nectarchain` is currently pinned to `ctapipe` version 0.12.

Expand Down

0 comments on commit 922fce4

Please sign in to comment.