Skip to content
Snippets Groups Projects
Commit b86c246d authored by Daniel Scheffler's avatar Daniel Scheffler
Browse files

Updated installation instructions.

parent 98ab56bc
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -58,7 +58,8 @@ Using [conda](https://conda.io/docs/), the recommended approach is:
# create virtual environment for arosics, this is optional
conda create -y -q --name arosics python=3
source activate arosics
conda install -y -q -c conda-forge numpy gdal scikit-image matplotlib
conda install -y -q -c conda-forge numpy gdal scikit-image matplotlib pyproj rasterio
conda install -y -q -c conda-forge pyfftw basemap pykrige # these libraries are optional
```
To install AROSICS, use the pip installer:
......
......@@ -52,7 +52,8 @@ Using conda_, the recommended approach is:
# create virtual environment for arosics, this is optional
conda create -y -q --name arosics python=3
source activate arosics
conda install -y -q -c conda-forge numpy gdal scikit-image matplotlib
conda install -y -q -c conda-forge numpy gdal scikit-image matplotlib pyproj rasterio
conda install -y -q -c conda-forge pyfftw basemap pykrige # these libraries are optional
To install AROSICS, use the pip installer:
......
......@@ -14,7 +14,8 @@ Using conda_, the recommended approach is:
# create virtual environment for arosics, this is optional
conda create -y -q --name arosics python=3
source activate arosics
conda install -y -q -c conda-forge numpy gdal scikit-image matplotlib
conda install -y -q -c conda-forge numpy gdal scikit-image matplotlib pyproj rasterio
conda install -y -q -c conda-forge pyfftw basemap pykrige # these libraries are optional
Stable release
......
......@@ -28,4 +28,4 @@ sudo docker exec -it ${gitlab_runner} /bin/bash -c "export RUNNER_EXECUTOR=docke
--tag-list arosics_ci_client \
--description '${runner_name}' \
--docker-image '${tag}' "
ls
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment