Easy steps to install pagmo package on Mac
Package Information:
Application Name – pagmo
What is pagmo – Not Available for pagmo
Use of pagmo – Scientific library for massively parallel optimization
URL – https://esa.github.io/pagmo2/
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>. Type terminal and hitEnterkey. - Now, run following command to install homebrew (brew)
- Install pagmo using brew
brew install pagmo

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

pagmo is ready to use now!