Skip to content

Commit

Permalink
Add quotes to prevent zsh error
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-kulynych committed May 8, 2024
1 parent 97eca07 commit 34f46f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ where the path to the installer could be, e.g., `/opt/ibm/ILOG/CPLEX_Studio221/p
If you want to use simple applications and are not using the Mac M1 architecture, you can install
the version of the library packaged with free CPLEX right away:
```
pip install git+https://github.com/ustunb/reachml#egg=reachml[cplex]
pip install "git+https://github.com/ustunb/reachml#egg=reachml[cplex]"
```

## Quickstart
Expand Down

0 comments on commit 34f46f0

Please sign in to comment.