A framework for data science
Exa is available through anaconda
$ conda install -c exaanalytics exa
or pypi.
$ pip install exa
See docs for usage.
Building the docs requires sphinx. On Linux or Mac:
$ cd docs
$ make html
On Windows:
$ cd docs
$ ./make.bat html
For a development ready installation:
$ git clone https://github.com/exa-analytics/exa.git
$ cd exa
$ pip install -e .
Copyright (c) 2015-2019, Exa Analytics Development Team
Distributed under the terms of the Apache License 2.0