Changes between Initial Version and Version 1 of Ticket #2428, comment 8


Ignore:
Timestamp:
10/27/24 20:07:10 (3 weeks ago)
Author:
darkblueb

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2428, comment 8

    initial v1  
    11**ol17_build95**
    22
     3show the requirements for extended xarray io by test install
    34{{{
    4 user@osgeolive:~/Downloads$ python3 -m pip install --upgrade-strategy=only-if-needed --break-system-packages  --user  "xarray[io]"
     5user@osgeolive:~/Downloads$ python3 -m pip install --upgrade-strategy=only-if-needed --break-system-packages  --user  \
     6    "xarray[io]"
     7
    58Requirement already satisfied: xarray[io] in /usr/lib/python3/dist-packages (2024.2.0)
    69Requirement already satisfied: cftime in /usr/lib/python3/dist-packages (from xarray[io]) (1.6.3)