Skip to content
Alexander Fabisch edited this page Apr 16, 2017 · 1 revision

Dependencies

With conda and Ubuntu 14.04

conda create -n cythonwrapper python=2.7 anaconda
conda install -c statiskit python-clang=3.8.1
conda install libgcc

With pip and Ubuntu 14.04

sudo pip install numpy cython Jinja2
sudo apt-get install libclang-3.5-dev python-clang-3.5

Clone this wiki locally