molpopgen / fwdpy11_statistical_tests

Suite of statistical tests for fwdpy11.
0 stars 0 forks source link

Add virtual environment instructions. #9

Open molpopgen opened 2 years ago

molpopgen commented 2 years ago

For dealing with development versions, venvs may be preferable to Docker. So, should document how to go about it.

molpopgen commented 2 years ago

An alternative is to allow branches to be named and then build an image after a git checkout?

molpopgen commented 2 years ago

We can support any branch/tag from the git repo by providing a second Docker file that begins with a base Ubuntu image and runs this along the way:

pip install -e git://github.com/{ username }/{ reponame }.git@{ tag name }#egg={ desired egg name }