We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4add08 commit 7979a6aCopy full SHA for 7979a6a
.travis.yml
@@ -9,10 +9,11 @@ install:
9
- sudo apt-get install python3-requests
10
- sudo apt-cache search netcdf
11
- sudo apt-get install libnetcdf-dev
12
+ - sudo apt-get install netcdf-bin
13
- sudo apt-get install python3-jinja2
14
- sudo apt-get install python3-six
15
- sudo apt-get install python3-pip
- - pip3 install netcdf4-python
16
+ - pip3 install netCDF4
17
- wget https://github.com/marqh/terra/archive/master.zip
18
- unzip master.zip
19
- cd terra-master
0 commit comments