Skip to content

Commit

Permalink
update pyproj -> 3.6 (x/y axis order) & update numpy -> 1.2 (int) & a…
Browse files Browse the repository at this point in the history
…dded /wkt/ files
  • Loading branch information
bbauerma committed Jul 27, 2023
1 parent 25b1572 commit b3c662d
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,15 @@ like system. In this example, Miniconda will be installed into ``$HOME/miniconda

.. code::
wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
bash miniconda.sh -b -p $HOME/miniconda
export PATH="$HOME/miniconda/bin:$PATH"
conda config --set always_yes yes --set changeps1 no
conda update -n base -c defaults conda
conda install mamba -c conda-forge
mamba create --name equi7grid_env -c conda-forge python numpy scipy gdal rasterio geopandas cartopy pyproj pip --yes
conda activate equi7grid_env
wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
bash miniconda.sh -b -p $HOME/miniconda
export PATH="$HOME/miniconda/bin:$PATH"
conda config --set always_yes yes --set changeps1 no
conda update -n base -c defaults conda
conda install mamba -c conda-forge
mamba create --name equi7grid_env -c conda-forge python numpy scipy gdal rasterio geopandas cartopy pyproj pip --yes
conda activate equi7grid_env
This script adds ``$HOME/miniconda/bin`` temporarily to the ``PATH`` to do this
permanently add ``export PATH="$HOME/miniconda/bin:$PATH"`` to your ``.bashrc``
or ``.zshrc``
Expand All @@ -119,7 +120,7 @@ or alternatively, for convenience, install from pip

.. code::
pip install Equi7Grid
pip install Equi7Grid
Guidelines
----------
Expand Down

0 comments on commit b3c662d

Please sign in to comment.