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

Requirements
--------------
.. note::
    As pyscnet integrates `docker`_ for gene regulatory construction, it is necessary to install docker before the installation. Check here for `docker installation`_.


PyPI
--------------
install pyscnet via PyPI

.. code-block::

    pip install pyscnet

Github
--------------
install pyscnet via github

.. code-block::

    git clone https://github.com/MingBit/PySCNet
    mkdir dist | python setup.py sdist
    pip install dist/pyscnet-0.0.2.tar.gz


.. _docker: https://www.docker.com/
.. _docker installation: https://docs.docker.com/get-docker/