popsim-consortium/stdpopsim

allow users to enable SLiM on Windows if they Really Want To

petrelharp opened this issue · 1 comments

As suggested by @daikitag in #1563, perhaps users can just enable SLiM on Windows themselves? It'd be nice to make this possible, as a very temporary workaround. To do it for the python API, the user just needs to run

stdpopsim.register_engine(stdpopsim.slim_engine._SLiMEngine())

However, the CLI will not work.

So, this isn't that helpful. Closing.