Installation ============ This Python package requires the PPMD project found here: https://github.com/ppmd/ppmd and the coulomb_kmc project here: https://github.com/ppmd/coulomb_kmc These two dependencies can be installed with: :: pip install git+https://github.com/ppmd/ppmd@master pip install git+https://github.com/ppmd/coulomb_kmc@master After the dependencies are installed, install coulomb_mc with: :: pip install --upgrade --no-cache-dir git+https://github.com/ppmd/coulomb_mc@master