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

There are two simple options for installing LamAna. Open a terminal and run one of the following options:

$ pip install lamana                       # from source (default)

$ pip install lamana --use-wheel           # from binary (faster)

Note

The first installation option is most succint and builds LamAna from source (slow, but canonical). The second option builds from a binary that uses pre-compiled libraries (faster). Both options install the most current dependencies.

For more detailed installation instructions, see Advanced Installation.

Note

Should certain dependencies have issues installing automatically, try using conda install numpy matplotlib pandas. Then retry the installation.