Building
Requirements
The following packages are required to run the code:
numpy
pypower
pandas
Cloning from repository
First:
git clone https://github.com/epaillas/densitysplit.git
To install the code:
python setup.py install --user
Or in development mode (any change to Python code will take place immediately):
python setup.py develop --user