==============
 Installation
==============

You can install from :ref:`source-code` or as a package.


pip installation
================

Install with :program:`pip` from the `numkit PyPi repository`_ with ::

  pip install numkit

Python 2.7 and recent Python 3 are all supported.

.. _numkit PyPi repository: https://pypi.org/project/numkit/


conda installation
==================

.. versionadded:: 1.2.1
.. versionchanged:: 1.2.2
   moved from *bioconda* to *conda-forge* channel		    

Install the `conda-forge numkit package`_ with conda_ package manager
from the `conda-forge`_ channel with ::

  conda install -c conda-forge numkit

  
.. _conda: https://docs.conda.io  
.. _conda-forge: https://conda-forge.org/
.. _`conda-forge numkit package`: https://anaconda.org/conda-forge/numkit
