Forums

'simpy' package - request for implementaition...

I have asked this before, but I'm not sure I asked in the best place, so I'll try here.

I would like to be able to use (and perhaps have my students use) "simpy"

https://simpy.readthedocs.org/en/latest/

...a very nice package for discrete event simulation.

I imagine I could install from sources, use virtualenv, etc, but I'm wondering if we could just get it installed?

Thanks.

-greg

Well, don't I feel silly.

$ pip install --user simpy

...and I'm all set.

I've never heard of the --user option for pip.

Old dogs, new tricks, right?

Thanks again!