
===========================
Installing `csdmpy` package
===========================

We recommend installing `anaconda <https://www.anaconda.com/distribution/>`_
distribution for python version 3.6 or higher. The anaconda distribution
ships with numerous packages and modules including Numpy, Scipy, and Matplotlib
which are useful packages for handling scientific datasets.


.. **Using git**

.. Create a new folder. Download and clone the csdmpy repository to your
.. local computer using git as

..     $ git clone https://github.com/DeepanshS/csdmpy.git

.. Install the package with

..     $ python setup.py install

**Using PIP**:

PIP is a package manager for Python packages and is included with
python version 3.4 and higher.::

    $ pip install git+https://github.com/DeepanshS/csdmpy.git@master


.. Before installing the `csdmpy` package, install the requirements for the
.. `csdmpy` module.  If you are using an anaconda distribution for python
.. chances are that you already have the requirements installed.

.. To install the required packages type the following in the command line. ::

..     $ pip install -r requirements.txt

.. Now install the test `csdmpy` module using

.. This is the recommend installation method.

.. **Using source code**:

.. Download the git repository and run ::

..     >>> python setup.py install
