Python Sparse data Analysis Package
Installing pysap¶
This tutorial will walk you through the process of intalling PYSAP…
Install an official release. This is the best approach for users who want a stable version.
Install the latest development version. This is best for users who want to contribute to the project.
Installing a stable version¶
Install the python package with pip¶
Install the package without the root privilege
>>> pip install --user python-pySAP
Install the package with the root privilege
>>> sudo pip install python-pySAP
Installing the current version¶
Clone the project
>>> git clone https://github.com/CEA-COSMIC/pysap
Install in the package directory created by the previous step
>>> python setup.py develop --user
Follow us