Link to most recent Travis build https://travis-ci.com/VirtualPregnancy/placentagen
Use pip to install the libraries
pip install git+https://github.com/virtualpregnancy/placentagen.git
To use pip to install the libraries when you have cloned them onto your machine (note this is best to do within a virtual environment)
pip install -e /path/to/placentagen
Once installed the libraries can called from python
import placentagen
To run tests, navigate to the placentagen directory and run pytest
cd /path/to/placentagen
pytest
We have testing in place to make sure the code is functioning as expected.
Python and pip available from the command line, other requirements are in requirements.txt.
Windows, OS X, and GNU/Linux.
- Alys Clark
- Win Min Tun
Apache 2.0