Installation¶
This package makes heavy use of the Jupyter notebook and the Python programming language. The easiest way to get started is via the Anaconda Python distribution. Download and install [conda](https://conda.io/miniconda.html), and then follow the instructions below.
Repository¶
Manually (or for a development installation):
git clone https://github.com/exa-analytics/exa.git
cd exa
pip install .
What’s Next?¶
The exa contains usage and extension examples, and developer notes
Contributors should check out the Development