How to install Mesa agent based Modelling with Pycharm?

600 views Asked by At

I am currently using Pycharm, and I want to use mesa package for agent based modelling, is it possible ?

Thank you.

1

There are 1 answers

0
ghana On

Mesa is a library, you can install it using

pip install mesa

Then you will be able to use it regardless of the IDE.