sudo apt-get install libclang-3.9 clang-3.9 -y sudo apt-get install zlib1g-dev libncurses5-dev -y export LLVM_HOME=/usr/lib/llvm-3.9 export LD_LIBRARY_PATH=$LLVM_HOME/lib pip install sealang
git clone https://github.com/pybee/seasnake.git cd seasnake python ./setup.py install