aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorShivesh Mandalia <shivesh.mandalia@outlook.com>2020-02-29 02:43:35 +0000
committerShivesh Mandalia <shivesh.mandalia@outlook.com>2020-02-29 02:43:35 +0000
commitdef104f19f571bfd67de5ecd3b37ed2e4bb7c5d8 (patch)
tree7afcf8f61c8d71acc30a9bfac474e680c1d2cb40 /README.md
parentb337b7a457341999f97a188945c2c4cc03f7b11c (diff)
downloadGolemFlavor-def104f19f571bfd67de5ecd3b37ed2e4bb7c5d8.tar.gz
GolemFlavor-def104f19f571bfd67de5ecd3b37ed2e4bb7c5d8.zip
python3 support
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index e93d223..b25cb55 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# GolemFlavor
[![Build Status](https://api.travis-ci.org/ShiveshM/GolemFlavor.svg?branch=master)](https://travis-ci.org/ShiveshM/GolemFlavor)
-![Python 2.7](https://img.shields.io/badge/python-2.7-blue.svg)
+![Python Version](https://img.shields.io/badge/python-2.7+|3.4+-blue.svg)
[![license](https://img.shields.io/github/license/ShiveshM/GolemFlavor 'license')](https://github.com/ShiveshM/GolemFlavor/blob/master/LICENSE)
GolemFlavor is a Python package for running an analysis pipeline using
@@ -26,9 +26,10 @@ is not found.
### Dependencies
GolemFlavor has the following dependencies:
-* [`Python`](https://www.python.org/) 2.7
+* [`Python`](https://www.python.org/) >= 2.7 or >= 3.4
* [`NumPy`](http://www.numpy.org/)
* [`SciPy`](https://www.scipy.org/)
+* [`Six`](https://six.readthedocs.io/)
* [`mpmath`](http://mpmath.org/)
* [`emcee`](https://emcee.readthedocs.io/en/stable/)
* [`PyMultiNest`](https://johannesbuchner.github.io/PyMultiNest/)