Skip to content

Commit

Permalink
#435 install docs: gdal=2.4.2 [no-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
akorosov authored and korvinos committed Sep 30, 2019
1 parent a8033e8 commit 975a9b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ An easy way to install Nansat requirements on any platform is to use Anaconda_ (
::

# create environment with key requirements
conda create -y -n py3nansat gdal numpy pillow netcdf4 scipy
conda create -y -n py3nansat gdal=2.4.2 numpy pillow netcdf4 scipy
# activate environment
source activate py3nansat
# install nansat
Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The fastest way to install nansat:
.. code-block:: bash
# create environment with key requirements
conda create -y -n py3nansat gdal numpy pillow netcdf4 scipy
conda create -y -n py3nansat gdal=2.4.2 numpy pillow netcdf4 scipy
# activate environment
source activate py3nansat
# install nansat
Expand Down

0 comments on commit 975a9b0

Please sign in to comment.