InstallingΒΆ

sparse can be obtained from pip via

pip install sparse

You can also get sparse from its current source on GitHub, to get all the latest and greatest features. sparse is under active development, and many new features are being added. However, note that the API is currently unstable at this time.

git clone https://github.com/mrocklin/sparse.git
cd ./sparse/
pip install .