Installation instructions ========================= Dependencies ------------ ``NumA`` requires the use of `numpy `__. Installation ------------ ``NumA`` is in early development and currently not yet available on PyPI, but it can be installed by downloading the source code or cloning the GitHub repository and running the standard:: python setup.py install command or its usual variants (``python setup.py install --user``, ``python setup.py install --prefix=/PATH/TO/INSTALL/DIRECTORY``, etc.).