8000 Specified specific version of ipopt (required by pygmo, latest versio… · georgedeath/egreedy@3256034 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Specified specific version of ipopt (required by pygmo, latest versio…
Browse files Browse the repository at this point in the history
…n is broken).
  • Loading branch information
georgedeath committed Jun 23, 2020
1 parent 95f276b commit 3256034
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 @@ -56,7 +56,7 @@ Manual installation is straight-forward for the optimisation library apart from

```bash
> conda install -y scipy numpy matplotlib statsmodels swig jupyter
> conda install -y pygmo --channel conda-forge
> conda install -y ipopt=3.12.12 pygmo --channel conda-forge
> pip install nlopt pyDOE2 pygame box2d-py GPy numpy-stl
```
Note that, on windows, to install `swig` and `pygame` it may be necessary to also install [Visual C++ build tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/).
Expand Down

0 comments on commit 3256034

Please sign in to comment.
0