Skip to content

Commit

Permalink
docs: Use '--upgrade' in extra install example (#123)
Browse files Browse the repository at this point in the history
* Add the use of '--upgrade' in example install commands for the extras.
* Amends PR #122.
  • Loading branch information
matthewfeickert authored Nov 8, 2023
1 parent cfeb459 commit e6fadeb
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 @@ -52,7 +52,7 @@ 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]'
python -m pip install --upgrade 'recast-atlas[local]'
```

```
Expand All @@ -64,7 +64,7 @@ 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]'
python -m pip install --upgrade 'recast-atlas[reana]'
```

```
Expand Down

0 comments on commit e6fadeb

Please sign in to comment.