File: install.rst

package info (click to toggle)
python-sparse 0.16.0a9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,948 kB
  • sloc: python: 9,959; makefile: 8; sh: 3
file content (24 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.. currentmodule:: sparse

Install
=======

You can install this library with ``pip``:

.. code-block:: bash

   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.