Skip to content

Commit

Permalink
docs: Add extra install examples for backends (#122)
Browse files Browse the repository at this point in the history
* Add install example commands for the 'local' and 'reana' extras when
  using the respective backends.
  • Loading branch information
matthewfeickert authored Nov 8, 2023
1 parent 22b007f commit cfeb459
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ Commands:

Running the example from the [ATLAS Exotics Rome Workshop 2018][ATLAS Exotics Workshop 2018] using the `local` backend:

```
python -m pip install 'recast-atlas[local]'
```

```
recast run examples/rome --backend local
```
Expand All @@ -59,6 +63,10 @@ recast run examples/rome --backend local

Running the example from the [ATLAS Exotics Rome Workshop 2018][ATLAS Exotics Workshop 2018] using the `reana` backend:

```
python -m pip install 'recast-atlas[reana]'
```

```
recast run examples/rome --backend reana
```
Expand Down

0 comments on commit cfeb459

Please sign in to comment.