I have anaconda and only found the installation for Linux, any idea how to install it for windows?
Since you have anaconda, you can write the below line in anaconda prompt
conda install mibian
Alternatively, you can execute the below line of code in Spyder or Jupyter
!pip install mibian
I hope this helps
Thanks