|
|
# Linux
|
|
|
To install the dependencies we need to have pip.
|
|
|
To do it go to the blender python binary and execute:
|
|
|
`curl https://bootstrap.pypa.io/get-pip.py | ./python3.7m`
|
|
|
After this, install **xarray** and **netcdf4** by doing:
|
|
|
`./python3.7m -m pip install xarray`
|
|
|
`./python3.7m -m pip install netcdf4` |
|
|
\ No newline at end of file |