source: issm/trunk-jpl/externalpackages/cython/install.sh@ 17101

Last change on this file since 17101 was 17101, checked in by glperez, 11 years ago

CHG: Install script now clones directly from main development branch. This was done in order to stay consistent with SciPy.

  • Property svn:executable set to *
File size: 167 bytes
RevLine 
[14468]1#!/bin/bash
2set -eu
3
4#clean up
[17101]5rm -rf cython
[14468]6
[17101]7#download cython first
8git clone https://github.com/cython/cython.git
[14468]9
[17101]10#install cython
11cd cython
[14468]12python setup.py install
Note: See TracBrowser for help on using the repository browser.