I want to install METIS for python on windows7.i use:
pip install metis
I got this result:
Requirement already satisfied: metis in
c:\users\mina\appdata\local\programs\python\python36\lib\site-packages
(0.2a4)
and I used the following code:
make config shared=1
I got this result:
make: *** No rule to make target `config'. Stop.
Maybe you can help me.