popsim-consortium/stdpopsim

change to pip install in dev docs

Closed this issue · 1 comments

Our dev docs say to do

python setup.py install

but that just gave @lntran26 version 0.1, oddly; maybe we need to change to pip install .?

I can't replicate this: I've just done python setup.py install in a fresh install and get

>>> import stdpopsim
>>> stdpopsim.__version__
'0.2.1a2.dev15+g2cad844'