I want to use \"pyomo\" for my studies. I installed pyomo via easy_install coopr install instructions, Pyomo needs a solver to work so I wanted to install the
easy_install
If you are using Anaconda, both pyomo and glpk can be installed with conda install. In the Windows terminal, activate your conda environment, then:
conda install -c conda-forge pyomo conda install -c conda-forge glpk
To test the glpk installation:
glpsol --help