.. _install: Installation ============ Dependencies ------------ **sinflow** depends on ``numpy`` and ``scipy``. Using pip --------- The easiest way to install the most recent stable version of ``sinflow`` is with `pip `_: .. code-block:: bash pip install sinflow From source ----------- Alternatively, you can get the source by cloning `the git repository `_: .. code-block:: bash git clone https://github.com/minaskar/sinflow.git Once you've downloaded the source, you can navigate into the root source directory and run: .. code-block:: bash pip install .