install netcdf in python windows

0

I would like to know how to install the netcdf library in python, in Windows. I never installed a bookstore there, so I would like to learn how to do it. Regards, Florence.

    
asked by Florencia 26.11.2018 в 17:12
source

1 answer

0

you can do it like this:

You must first install numpy and then netcdf :

pip install numpy
pip install netcdf4
    
answered by 26.11.2018 в 17:35