Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 499 Bytes

install.rst

File metadata and controls

24 lines (15 loc) · 499 Bytes
.. currentmodule:: sparse

Install

You can install this library with pip:

pip install sparse

You can also install from source from GitHub, either by pip installing directly:

pip install git+https://github.com/pydata/sparse

Or by cloning the repository and installing locally:

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

Note that this library is under active development and so some API churn should be expected.