A python version of the EVIL-MC code


License
BSD-3-Clause
Install
pip install evilmc==0.26

Documentation

evilmc

Latest PyPI version Latest Travis CI build status

A python version of the EVIL-MC code

Installation

pip

You can install evilmc with pip (recommended):

$ pip install evilmc

From source

You can also install directly from source. The most current stable release is up on PyPI.

Unpack the distribution with tar -xvf and navigate to the source root directory. To install, run the setup script:

$ sudo python setup.py install

Note that you'll need to cd out of the source directory before you can import evilmc.

Requirements

  • numpy>=1.14.3
  • PyAstronomy>=0.12.0
  • six>=1.11.0
  • astropy>=2.0

Authors

evilmc was written by Brian Jackson.