Skip to content
Snippets Groups Projects
Commit e709bc82 authored by lukas leufen's avatar lukas leufen
Browse files

Merge branch 'lukas_issue185_feat_detailed-install-instructions' into 'develop'

another update

See merge request toar/mlair!163
parents 6f0b08de a90e77eb
Branches
Tags
4 merge requests!164update release branch by recent developments,!163another update,!162Resolve "new release v1.0.0",!139Draft: Resolve "KZ filter"
Pipeline #48707 passed
...@@ -43,7 +43,7 @@ tests (from scratch): ...@@ -43,7 +43,7 @@ tests (from scratch):
script: script:
- zypper --non-interactive install binutils libproj-devel gdal-devel - zypper --non-interactive install binutils libproj-devel gdal-devel
- zypper --non-interactive install proj geos-devel - zypper --non-interactive install proj geos-devel
- pip install -r requirements.txt - cat requirements.txt | cut -f1 -d"#" | sed '/^\s*$/d' | xargs -L 1 pip install
- chmod +x ./CI/run_pytest.sh - chmod +x ./CI/run_pytest.sh
- ./CI/run_pytest.sh - ./CI/run_pytest.sh
after_script: after_script:
...@@ -72,7 +72,7 @@ tests (on GPU): ...@@ -72,7 +72,7 @@ tests (on GPU):
- chmod +x ./CI/update_badge.sh - chmod +x ./CI/update_badge.sh
- ./CI/update_badge.sh > /dev/null - ./CI/update_badge.sh > /dev/null
script: script:
- pip install -r requirements_gpu.txt - pip install -r requirements.txt
- chmod +x ./CI/run_pytest.sh - chmod +x ./CI/run_pytest.sh
- ./CI/run_pytest.sh - ./CI/run_pytest.sh
after_script: after_script:
......
...@@ -21,7 +21,11 @@ HPC systems, see [here](#special-instructions-for-installation-on-jülich-hpc-sy ...@@ -21,7 +21,11 @@ HPC systems, see [here](#special-instructions-for-installation-on-jülich-hpc-sy
* (geo) Install **proj** and **GEOS** on your machine using the console. * (geo) Install **proj** and **GEOS** on your machine using the console.
* Install the **python3.6 develop** libraries. * Install the **python3.6 develop** libraries.
* Install all **requirements** from [`requirements.txt`](https://gitlab.version.fz-juelich.de/toar/mlair/-/blob/master/requirements.txt) * Install all **requirements** from [`requirements.txt`](https://gitlab.version.fz-juelich.de/toar/mlair/-/blob/master/requirements.txt)
preferably in a virtual environment preferably in a virtual environment. You can use `pip install -r requirements.txt` to install all requirements at
once. Note, we recently updated the version of Cartopy and there seems to be an ongoing
[issue](https://github.com/SciTools/cartopy/issues/1552) when installing numpy and Cartopy at the same time. If you
run into trouble, you could use `cat requirements.txt | cut -f1 -d"#" | sed '/^\s*$/d' | xargs -L 1 pip install`
instead.
* Installation of **MLAir**: * Installation of **MLAir**:
* Either clone MLAir from the [gitlab repository](https://gitlab.version.fz-juelich.de/toar/mlair.git) * Either clone MLAir from the [gitlab repository](https://gitlab.version.fz-juelich.de/toar/mlair.git)
and use it without installation (beside the requirements) and use it without installation (beside the requirements)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment