In [1]:
# Hidden TimeStamp
import time, datetime
st = datetime.datetime.fromtimestamp(time.time()).strftime('%Y-%m-%d %H:%M:%S')
print('Last Run: {}'.format(st))


Last Run: 2016-07-27 08:39:47

Installation

We recommend installing Anaconda (Python 2.7.6+ or Python 3.3+) prior to installing LamAna. conda will ensure dependencies are pre-installed reliably.

Install LamAna

Open a terminal and run the following command:

$ pip install lamana                       # from source (default)


Should you have issues installing dependencies, use:

> conda install numpy matplotlib pandas`
> pip install lamana