I am currently using Pycharm, and I want to use mesa package for agent based modelling, is it possible ?
Thank you.
Mesa is a library, you can install it using
pip install mesa
Then you will be able to use it regardless of the IDE.