Installation

Stable release

Requires Python 3.5+.

$ pip install pypenelopetools

Development

Clone the Github repository, either directly or after forking:

$ git clone https://github.com/pymontecarlo/pypenelopetools.git

Install the project in editable mode:

$ cd pypenelopetools
$ pip install -e .

Run the unit tests to make sure everything works properly:

$ python setup.py nosetests