Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
EnMAP
GFZ_Tools_EnMAP_BOX
EnPT
Commits
eae441e1
Commit
eae441e1
authored
Apr 06, 2020
by
Daniel Scheffler
Browse files
Updated installation instructions.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
25b58964
Pipeline
#8123
canceled with stage
in 29 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docs/installation.rst
View file @
eae441e1
...
...
@@ -18,19 +18,19 @@ Using conda_, the recommended approach is:
source activate enpt
# avoid package incompatibilities
-
conda config --set channel_priority strict
conda config --set channel_priority strict
# install some dependencies that cause trouble when installed via pip
-
conda install -c conda-forge numpy pandas lxml
conda install -c conda-forge numpy pandas lxml
# install not pip-installable deps of py_tools_ds / geoarray / sensormapgeo
-
conda install -c conda-forge gdal libgdal scikit-image pyproj geopandas matplotlib basemap shapely pyresample
conda install -c conda-forge gdal libgdal scikit-image pyproj geopandas matplotlib basemap shapely pyresample
# install not pip-installable deps of arosics
-
conda install -c conda-forge pyfftw pykrige
conda install -c conda-forge pyfftw pykrige
# install not pip-installable deps of sicor
-
conda install -c conda-forge glymur cachetools pyhdf h5py pytables llvmlite numba scikit-learn
conda install -c conda-forge glymur cachetools pyhdf h5py pytables llvmlite numba scikit-learn
# install enpt
pip install enpt
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment