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:
pip install sinflow
From source¶
Alternatively, you can get the source by cloning the git repository:
git clone https://github.com/minaskar/sinflow.git
Once you’ve downloaded the source, you can navigate into the root source directory and run:
pip install .