| ... | @@ -5,7 +5,7 @@ First clone a copy of the AITF_FW_Quicklooks repository. |
... | @@ -5,7 +5,7 @@ First clone a copy of the AITF_FW_Quicklooks repository. |
|
|
We have moved to recommending [Mambaforge](https://github.com/conda-forge/miniforge#mambaforge) as our installation tool. Once you have Mambaforge installed, use the following commands to create your environment.
|
|
We have moved to recommending [Mambaforge](https://github.com/conda-forge/miniforge#mambaforge) as our installation tool. Once you have Mambaforge installed, use the following commands to create your environment.
|
|
|
|
|
|
|
|
```bash
|
|
```bash
|
|
|
mamba create -n aitf_ql python=3.8 netcdf4 scipy pillow cartopy pyproj
|
|
mamba create -n aitf_ql python=3.12 'numpy<2' netCDF4 scipy pillow cartopy pyproj
|
|
|
mamba activate aitf_ql
|
|
mamba activate aitf_ql
|
|
|
```
|
|
```
|
|
|
|
|
|
| ... | |
... | |
| ... | | ... | |