Installation =========================== Quick Install _________________________________ Install using git clone: .. code-block:: bash git clone https://bitbucket.org/simula_cbc/cbcflow.git cd cbcflow python setup.py install Install using pip: .. code-block:: bash pip install git+https://bitbucket.org/simula_cbc/cbcflow.git Dependencies __________________________________ The installation of cbcflow requires the following environment: * Python 2.7 * Numpy * Scipy * (`FEniCS `_) 1.3.0 To install FEniCS, please refer to the `FEniCS download page `_. cbcflow follows the same version numbering as FEniCS, so make sure you install the correct FEniCS version. Backwards compatibility is not guaranteed. In addition, cbcflow can utlize other libraries for added functionality * fenicstools 1.3.0 (highly recommended, tools to inspect parts of a solution) * pytest >2.4.0 (required to run test suite) fenicstools can be installed using pip: .. code-block:: bash pip install https://github.com/mikaem/fenicstools/archive/v1.3.0.zip