Skip to content

Commit

Permalink
Minor change in amplpy.modules update
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-dv committed Jan 20, 2025
1 parent 9590915 commit 0db9a35
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/ampl/python/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,17 @@ $ python -m amplpy.modules install highs gurobi

### update

Modules are not automatically updated with amplpy. To update AMPL or solver versions:
Update AMPL or solver versions:
```bash
$ python -m amplpy.modules install <base> <solver 1> <solver 2> ... --upgrade
```
Example:
```bash
$ python -m amplpy.modules install base highs gurobi --upgrade
```
```{note}
Modules are not automatically updated with amplpy.
```

### activate

Expand Down

0 comments on commit 0db9a35

Please sign in to comment.