source:
issm/trunk-jpl/externalpackages/cython/install.sh
Last change on this file was 17101, checked in by , 11 years ago | |
---|---|
|
|
File size: 167 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | set -eu |
3 | |
4 | #clean up |
5 | rm -rf cython |
6 | |
7 | #download cython first |
8 | git clone https://github.com/cython/cython.git |
9 | |
10 | #install cython |
11 | cd cython |
12 | python setup.py install |
Note:
See TracBrowser
for help on using the repository browser.